| ||||||||||
Resin 3.1 Documentation Examples Changes Overview Installation Configuration Quercus SOA/IoC JSP Servlets and Filters Admin (JMX) EJB Amber Security Performance Hessian XML and XSLT Third-party Troubleshooting/FAQ Introduction JAXP XML Path Language (XPath) XSLT Filter XSLT XPath Functions FAQ Scrapbook |
XML ParsingResin'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. XPathXSLT'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. XSLTReference guide to the XSLT tags. The most useful subset is covered here. For the full description, see the XSLT 1.0 spec.
|