Re: [xsl] rrrr, thought i knew template calling??

Subject: Re: [xsl] rrrr, thought i knew template calling??
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 12 Nov 2003 17:27:21 GMT
I don't know quite which visualisation tool you mean by
xpathvisualiserseptember
but most likely that is showing the nodes _selected_ from some point (eg the
document root) by an XPath.

If the current node is the document root, clearly "Row" won't select
anything unless the top level element is Row, and //Row will select all
Row elements in the document.

But match patterns are not select expressions, "Row" matches all Row
elements, "//Row" matches _exactly_ the same elements, the only diference
is that it has a different default priority in XSLT.

David


-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread