xsl-list
[Top] [All Lists]

Re: Problem accessing child nodes of a variable nodeset

2003-09-17 02:17:00


<xsl:value-of select="$pageNode/ws:title"/>

Brilliant - that did the trick. Thanks.

(one of these days I'll get to grips with namespaces)

Just think of the namespace as part of the name (that's the way xpath
thinks of it) You need to use /title not /itel even if the parent
element's name begins with t, the t isn't inherited and  needs to be
explicit in the xpath. Its the same with namespaces, whether or not the
parent is in a namespace is irrelevant, to access title in the namespace 
bound to ws: you always need to use ws:title in xpath.

David


________________________________________________________________________
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