The Source for Java Technology Collaboration


Home | Help | Changes | Index | Search | Go

XsltTransformation

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



Discussion about XsltTransformation

Topic XsltTransformation . { Edit | Ref-By | Printable | Diffs r4 < r3 < r2 < r1 | More }
 XML java.net RSS

Revision r4 - 02 Dec 2003 - 00:04:00 - Main.ebruchez