| Author |
Wrapping a XML with XSLT?
|
Alex Philippi
Greenhorn
Joined: Oct 05, 2007
Posts: 13
|
|
Hi, I have a XML File and I want to "wrap" it into a soap envelope with XSLT. Is it possible to read the xml-file from a certain node into the the soap body? I tried it with <xsl:value-select/> but I only get the plain text and not the xml tags. <soap> <xml-file> ... content beginning from node X ... </xml-file> </soap> Regards Alex
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16487
|
|
|
Perhaps <xsl:copy> or <xsl:copy-of>?
|
 |
 |
|
|
subject: Wrapping a XML with XSLT?
|
|
|