如何用XSLT生成带CDATA段的xml文档

前端之家收集整理的这篇文章主要介绍了如何用XSLT生成带CDATA段的xml文档前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。



<xsl:output method="xml" indent="yes" cdata-section-elements="req"/>

<xsl:output method="xml" version="1.0" encoding="GBK" indent="yes"/>

参考:

http://bbs.csdn.net/topics/90336753

原文链接:https://www.f2er.com/xml/297580.html

猜你在找的XML相关文章