Hi there,
I am trying to use an xslt to wrap some XML in a CDATA element. Such as transforming:
<A>
<B val1="1"></B>
<C>some text</C>
</A>
to:
<A><![CDATA[
<B val1="1"></B>
<C>some text</C>
]]
</A>
I've done a fair amount of googling and can't seem to find out how to do this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.