| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles |
- Getting Started with Java JAXP and XSL Transformations (XSLT) by Richard G. Baldwin - [Clicks: 24]
There is a lot you can do with JAXP and XSLT. Baldwin shows you how to use XSL Transformations, how to create and use an identity Transformer object to display a DOM tree on the screen, how to write an output XML file, and more.
http://www.developer.com/java/ent/article.php/3113351 - Nov, 2003 - Java API for XML Processing (JAXP), Getting Started by Richard G. Baldwin - [Clicks: 43]
Baldwin shows you how to (a) use JAXP, DOM, and an input XML file to create a Document object that represents the XML file, (b) recursively traverse the DOM tree, getting information about each node in the tree along the way, and (c) use the information about the nodes to create a new XML file that represents the Document object.
http://www.developer.com/java/other/article.php/3099751 - Oct, 2003 - Transparently cache XSL transformations with JAXP by Alexey Valikov - [Clicks: 12]
This article introduces the idea of pushing cache functionality inside transformer factory implementations, making cache usage absolutely transparent.
[Includes source code]
http://www.javaworld.com/javaworld/jw-05-2003/jw-0502-xsl.html - May, 2003