This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Getting attribute from rootnode...?



> Thanks! (Didn't mean to keep you out from the last thank you mail).
I was so upset before I got as far as this in this mornings mail:-)

> Does what your mail say, imply that /*/@RootAttributeValue actually searches 
> through every 3 child nodes (in your example) looking for the attribute? 

no  /node()/@RootAttributeValue would but here, as elsewhere * means
child::* and in the child axis * means element nodes.

I used * rather than an explicit name as (I think I remember) that you
explictly said that the top level element may have one of several names
in your situation.


David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]