把 CDATA 中的内容(有可能是不规范的Html代码)以Html方式展现出来。

所属分类: 网络编程 / CSS/HTML 阅读数: 1423
收藏 0 赞 0 分享
前不久我写过 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, 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.

更多精彩内容其他人还在看

最窄770px最宽1024px的经典布局研究

最窄770px最宽1024px的经典布局研究
收藏 0 赞 0 分享

CSS使用心得体会

CSS使用心得体会
收藏 0 赞 0 分享

用CSS实现链接的虚线下划线效果

一些CSS定义虚线实例代码
收藏 0 赞 0 分享

动态CSS站点教程:多个页面样式提供浏览者选择

动态CSS站点教程:多个页面样式提供浏览者选择
收藏 0 赞 0 分享

鲜为人知的CSS技巧10则

鲜为人知的CSS技巧10则
收藏 0 赞 0 分享

快速制作CSS导航菜单教

快速制作CSS导航菜单教
收藏 0 赞 0 分享

给图片在博客中添加滤镜效果

给图片在博客中添加滤镜效果
收藏 0 赞 0 分享

DIV+CSS网页制作布局技巧学习

DIV+CSS网页制作布局技巧学习
收藏 0 赞 0 分享

详谈 CSS样式表使用:链接/嵌入

详谈 CSS样式表使用:链接/嵌入
收藏 0 赞 0 分享

表格隔行换色 css expression

表格隔行换色 css expression
收藏 0 赞 0 分享
查看更多