-
Merge XML using XSL
Hi friends,
I'm developing one application. This require merging two XML files into single XML file. I've developed code using java. But my boss forcing me to do in XSL.. I don't know how to use XSL. If anyone knows tel me.. Better give me some sample codes. Thanks.
-
First look at some XSL tutorials. Giving you some code samples won't be useful at all as it won't be "adapted" to your problem.
- Create an XSL which accepts a filename as parameter
- Use JAXP to apply XSLT transformation