OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: XSL Template

[ Lists Home | Date Index | Thread Index ]
  • From: "Harbarth, Juliane" <jhb@software-ag.de>
  • To: XML-DEV <xml-dev@ic.ac.uk>
  • Date: Mon, 16 Aug 1999 14:32:22 +0200


> 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@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@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)






 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS