aspose file tools
The moose likes XML and Related Technologies and the fly likes Wrapping a XML with XSLT? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Wrapping a XML with XSLT?" Watch "Wrapping a XML with XSLT?" New topic
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
    
    2

Perhaps <xsl:copy> or <xsl:copy-of>?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Wrapping a XML with XSLT?
 
Similar Threads
XSLT problem when transfer the xml with schema definition
xmlns problem in xslt
XSLT - is it possible?
A XSLT Question
XSLT Remove Node by Attribute