How do I indicate to the Xeres parser the location of my XML schema? Do I need to provide the location of my XML schema inside the XML file?
I’ve got two files, an XML and XSL file. The XML file contains my data and the XSL file contains the layout of the HTML. How do I transform these files to produce the HTML (as specified in my XSL). I did these in MS environment using .asp so I’ll like to know how to do the same in Java either using .jsp or servlet or anything.
Related Questions
- Can I load the XML data from a different file location than the default? Can I load my images and thumbs from different folders than the default?
- How do I indicate to the Xeres parser the location of my XML schema? Do I need to provide the location of my XML schema inside the XML file?
- How do I load the XML data from a different file location than the default?