xsl-list
[Top] [All Lists]

Re: retrieve attribute from node A or node B

2005-07-20 05:55:12

XPATH:(root/test/A/@name)|(root/test/B/@name)
returns A and B

Where as root/test/(A|B)/@name is not a valid xpath
(root/test/A/@name)|(root/test/B/@name)

--- Geert Josten <Geert(_dot_)Josten(_at_)daidalos(_dot_)nl> wrote:

> (A/@name | B/@name)[1]

You omitted the [1]

--A

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar ? get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


--~------------------------------------------------------------------
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(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>