[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Using absolute path when context item is an atomic value xslt 2.0


Subject: Re: [xsl] Using absolute path when context item is an atomic value xslt 2.0
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 18 Oct 2005 16:43:13 +0100

> Why can't I use an absolute path here 

/ isn't really absolute: it selects the document node of the current
tree, which means you need to be in a tree (and that tree needs to have
a document node rather than an element as its root).

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. 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
________________________________________________________________________


Current Thread