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

RE: Attributes?

Subject: RE: Attributes?
From: Andrew Curry <andrew.curry@xxxxxxxxxxxx>
Date: Thu, 1 Jul 2004 15:51:43 +0100
RE:  Attributes?
Ah i see cheers. 


-----Original Message-----
From: Michael Kay [mailto:mhk@xxxxxxxxx]
Sent: 01 July 2004 15:47
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE:  Attributes?


> why dont you use //
> the XPATH documentatio states
> 
> //para selects all the para descendants of the document root and thus
> selects all para elements in the same document as the context node

The match attribute of xsl:template is a match pattern, not an XPath
expression.

In XSLT 1.0, match="g" matches exactly the same elements as match="//g".
There's a slight difference in 2.0, because match="//g" will only match g
elements that are in a tree with a document node as its root - which means
the processor has extra checks to do in this case.

Similarly, select="./@name" is precisely equivalent to select="@name".

Michael Kay


--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe@xxxxxxxxxxxxxxxxxxxxxx>
--+--

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.