 |
You can use XSLT to take an XML page and produce a more friendly output, often in XHTML, or to do many other kinds of transformations including XML to XML. In Java, you can use an XSLT transformer using the JAXP API or manually:
For assistance on using XSLT see http://www.zvon.org/o_html/group_xsl.html I have found this site extremely useful in producing XSL
|