XTags is a JSP custom tag library for working with XML. XTags implements an XSLT-like language allowing XML to be styled and processed from directly within a JSP page using familiar XSLT and XPath techniques.
The futureLAB JSP Tag Library consists of these custom action tags: Style - Transform the XML content of the element with an XSL style sheet. Parameter - This is only useful in combination with the Style tag. It allows you to set XSLT parameter key/value pairs for the transformation described by the enclosing Style tag. Sqlquery - Query an SQL database via JDBC and return the result set as XML data.
This library presents XML DOM parser and XPath similar requests to XML documents. You may parse XML document, save DOM into some variable and use this variable for getting values for nodes and attributes.