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

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

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