Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: seattledev
  • Content: Threads
  • Order by date
  1. seattledev

    How to encapsulate xml using CDATA in xslt

    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...

Part and Inventory Search

Back
Top