XSL Template

Harbarth, Juliane jhb at software-ag.de
Mon Aug 16 14:30:08 BST 1999


> Is there any difference between <xsl:template match="//plant"> and
> <xsl:template match="/.//plant">

The first, i.e. <xsl:template match="//plant"> states, that the
template is instantiated for all 'plant' element descendents of
the document root, i.e. all 'plant' elements in the same document
as the context note. (See XPath draft, 2.3 Abbreviated Syntax).

The second pattern '/.//plant' does not make much sense to me. 
'.//plant' selects all 'plant' element descendants of the context
node, the context node being set to the document root by the 
preceding '/'. So, yes, it is the same.

Regards, Juliane.

PS : It might be better to send questions concerning XSL to the
     XSL mailing list, see XSL-List info and archive:  

	http://www.mulberrytech.com/xsl/xsl-list




xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)





More information about the Xml-dev mailing list