首頁  >  文章  >  web前端  >  把 CDATA 中的內容(有可能是不規範的Html代碼)以Html方式展現出來。 _經驗交流

把 CDATA 中的內容(有可能是不規範的Html代碼)以Html方式展現出來。 _經驗交流

WBOY
WBOY原創
2016-05-16 12:07:581564瀏覽

前不久我寫過 XML XSL 與 Html 的結合 文章,之後有人問我如何把 CDATA 中的內容以Html方式展現出來(尤其是用戶寫的Html不規範)。本來想寫範例,後來到Google上一查,發現已經有人寫了。就在:http://java.blogger.cn/wuyu/posts/1460.aspx


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

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

MSDN 上對它的描述如下:

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, yes" can be used to generate non-well-formed be used to generate non-well-formed documents, and thus should be used with caution, because non-well 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 disablecom understood.

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn