Introduction
Resin 3.0

Features
Installation
Configuration
Web Applications
IOC/AOP
Resources
JSP
Quercus
Servlets and Filters
Databases
Admin (JMX)
CMP
EJB
Amber
EJB 3.0
Security
XML and XSLT
XTP
JMS
Performance
Protocols
Third-party
Troubleshooting/FAQ

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

  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
JAXP
Copyright © 1998-2006 Caucho Technology, Inc. All rights reserved.
Resin® is a registered trademark, and HardCoretm and Quercustm are trademarks of Caucho Technology, Inc.