home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Book HomeJava and XSLTSearch this book

Appendix C. XSLT Quick Reference

This appendix provides a quick reference to the XSLT markup language. Each element is listed in alphabetical order, along with a reference to the appropriate section in Version 1.0 of the XSLT specification available at http://www.w3.org/TR/xslt.

Attributes are shown along with their allowable values, and square brackets indicate optional attributes. Values enclosed in curly braces are treated as attribute value templates, and quoted values are literals. XML-style comments indicate which elements allow content and the allowable type of that content.

<xsl:attribute-set>

<xsl:attribute-set
    name = qname
    [use-attribute-sets = qnames]>
  <!-- Content: Any number of <xsl:attribute> -->
</xsl:attribute-set>

See XSLT specification section 7.1.4: "Named Attribute Sets." http://www.w3.org/TR/xslt#attribute-sets



Library Navigation Links

Copyright © 2002 O'Reilly & Associates. All rights reserved.