Hits Today: 3 Total: 5755 | Updated: 8/12/2005 | |
 | JSP custom taglib. This library presents XML DOM parser and XPath based manipulations with XML documents. You may parse XML document, save DOM into some variable and use this variable for getting values for nodes and attributes. Code: JSP 1.1 |
Hits Today: 1 Total: 2684 | Updated: 2/22/2002 | |
 | A free tag library with mostly XML related functionality.
Currently it contains an XSLT style tag, and an SQL/JDBC query tag which
returns results as XML or XHTML. Useful for creating database-driven sites
with SQL and XSLT. Code: JSP 1.2 |
Hits Today: 1 Total: 2481 | Updated: 8/19/2005 | |
 | Custom JSP tags. Lets you to connect through JDBC to any database, perform some SQL select operator and present output in XML format. So the idea is to use XSLT stuff for publishing data from your database (datasource). Code: JSP 1.2 | |  | |
Hits Today: 1 Total: 3067 | Updated: 8/19/2005 | |
 | Custom JSP tags. Lets you to read and proceed XML files. This approach is similar to XMLTextReader stuff in .NET (actually this taglib uses SAX parser). Code: JSP 1.2 |
Hits Today: 1 Total: 1855 | Updated: 12/8/2002 | |
 | Free open source JSP tag library for generating XML dynamically. It comes with JSP code generator. JSP actions can output DOM trees, XML headers, elements, start tags, end tags, character data, CDATA sections, comments and processing instructions. Code: JSP 1.2 |
Hits Today: 1 Total: 1863 | Updated: 12/9/2002 | |
 | Free open source JSP tag library for XML parsing and processing. It comes with JSP code generator. JSP actions form a tree structure like the XML elements. You just add the code that processes the XML data. Designed to be used together with JSTL. Code: JSP 1.2 |
Hits Today: 2 Total: 2534 | Updated: 8/12/2005 | |
 | Custom JSP tags. Executes SOAP over HTTP request. You must set target URL and SOAPaction as parameters for this tag. Body for this tag will be treated as an SOAP envelope. Code: JSP 1.2 | |  | |
Hits Today: 2 Total: 3087 | Updated: 8/26/2005 | |
 | The XSL custom tag library contains a working examples of the tags described in the JSP specification, Version 1.1. As such, the tags are focused more on being examples of custom tag library code techniques, and less on being useful in production apps. Code: JSP 1.2 |
Hits Today: 1 Total: 2905 | Updated: 10/16/2001 | |
 | 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. Code: JSP 1.2 |
|