I have never done anything with XSLT and I need to write an XSLT script or some other script to add a header and a trailer to XML files that we are FTPing to a location.
How can I do this?
I have never done anything with XSLT and I need to write an XSLT script or some other script to add a header and a trailer to XML files that we are FTPing to a location.
How can I do this?
XSLT Quick Start
Create a sample input XML file:
Run the identity transform,
And be sure that you generate the same XML as the input XML:
Then add another template to treat the
body
differentlyAnd run the new XSLT to generate new XML output containing a footer this time:
Recommended XSLT Resources