[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

apply-templates

Subject: apply-templates
From: Paul_Martin@xxxxxxxxxxxxxx
Date: Tue, 30 May 2000 18:55:10 +1000
apply-templates
1. Since template rules can be applied to all types of nodes, including attributes,
then if we had eg:-

<xsl:template match="ATOM">
                  <xsl:apply-templates select="@UNITS"/>
</xsl:template>

which applies templates to the UNITS attributes of ATOM elements;
then to process the UNITS attributes following on from the above, would we have a template rule with the following match attribute value ??

<xsl:template match="@UNITS">
                 do whatever
</xsl:template>

2. What is the advantage of the above over accessing the UNITS attributes of ATOM via value-of in the 1st template rule above ??

2. If apply-templates with no select attribute applies to ALL children of the template rule's matched node, then does "children" refer to just the child element nodes, or to the attribute nodes also ??

Thanks very much in advance.

               Paul



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.