欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

把 CDATA 中的內(nèi)容(有可能是不規(guī)范的Html代碼)以Html方式展現(xiàn)出來(lái)。

 更新時(shí)間:2007年04月22日 00:00:00   作者:  
前不久我寫(xiě)過(guò) XML+XSL 與 Html 的結(jié)合 文章,之后有人問(wèn)我如何把 CDATA 中的內(nèi)容以Html方式展現(xiàn)出來(lái)(尤其是用戶寫(xiě)的Html不規(guī)范)。本來(lái)想寫(xiě)個(gè)范例,后來(lái)到Google上一查,發(fā)現(xiàn)已經(jīng)有人寫(xiě)了。就在:http://java.blogger.cn/wuyu/posts/1460.aspx


注意:xsl的disable-output-escaping="yes" 

其核心就是利用 disable-output-escaping="yes" 

MSDN 上對(duì)它的描述如下:

disable-output-escaping 
Default is "no". If the value is "yes", a text node generated by instantiating the element will be output without any escaping. For example, the following generates the single character "<". 
<
Note?? disable-output-escaping="yes" can be used to generate non-well-formed documents, and thus should be used with caution, because non-well-formed output may generate errors in certain circumstances. For example, transformNodeToObject to an XML document requires that the result be well-formed and thus may not complete ifdisable-output-escaping has affected the well-formedness of the document. Consider disable-output-escaping="yes" an advanced feature to be used only when the potential dangers are understood.

相關(guān)文章

最新評(píng)論