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

Re: [xsl]retrieve attribute from node A or node B


Subject: Re: [xsl]retrieve attribute from node A or node B
From: "Aron Bock" <aronbock@xxxxxxxxxxx>
Date: Wed, 20 Jul 2005 12:55:12 +0000

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.Josten@xxxxxxxxxxx> 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/



Current Thread
Keywords