>Craig, I know this may be a situation where you have no >control over this requirement, but this requirement almost >always indicates a design failure somewhere.
>So, do you have any control over this?
What I am doing is taking XML data and loading it in bulk into SQL Server 2005 tables with...
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.