Introduction
Resin

Change Log
Documentation

Orientation
Features
Installation
Configuration
Web Applications
JSP
Servlets and Filters
Databases
Admin (JMX)
Security
XML and XSLT
XTP
Resources (JNDI)
Performance
Protocols
Third-party
Troubleshooting

Introduction
User's Guide
Reference
Scrapbook
XML and XSLT
XML and XSLT
User's Guide

  1. XML Parsing
  2. XPath
  3. XSLT
  4. StyleScript

XML Parsing
Resin's XML parser uses the JAXP API XML path language , a pattern matching language for selecting nodes in an XML tree. The most useful subset is covered here. For the full description, see the XPath 1.0 spec .

XPath
XSLT's power comes from the XML path language , a pattern matching language for selecting nodes in an XML tree. The most useful subset is covered here. For the full description, see the XPath 1.0 spec.

XSLT
Reference guide to the XSLT tags. The most useful subset is covered here. For the full description, see the XSLT 1.0 spec .

StyleScript
For those put off by XSLT's verbosity, offers StyleScript . StyleScript retains the full capabilities of XSLT. It simplifies HTML generation by focusing on uninterpreted text, so '&lt' produces 4 characters. StyleScript also provides some syntactic sugar.


XML and XSLT
XML and XSLT
User's Guide
Copyright © 1998-2003 Caucho Technology, Inc. All rights reserved.
Resin® is a registered trademark, and HardCoretm and Quercustm are trademarks of Caucho Technology, Inc.