xslt 1.0 - Ways to create CDATA sections in XML -


to render data using xslt, cdata section in xml there 1 solution using cdata-section-elements:

<xsl:output cdata-section-elements="somenodename" /> 

or there other solution other one?


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

java.util.scanner - How to read and add only numbers to array from a text file -