|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Brackets in XPATHS
> /xpath1/(xpath2|xpath3)/xpath4 > > I have two or more elements that are the same but that can apear in different places in the structure. > I tried the following form where > > xpath1 = tag1/tag2[@attrib1='fads']/tag3[@attrib2='ahf'] > xpath2 = tag4 > xpath3 = tag5[1][attrib3='gf' and tag6/@attrib4 ='flk'] > xpath4 = @attrib5 What about a step by step construction? <xsl:variable name="v1" select="/xpath1" /> <xsl:variable name="v2" select="$v1/xpath2 | $v1/xpath3" /> <xsl:variable name="v3" select="$v2/xpath4" /> Cheers, Oliver /-------------------------------------------------------------------\ | ob|do Dipl.Inf. Oliver Becker | | --+-- E-Mail: obecker@xxxxxxxxxxxxxxxxxxxxxxx | | op|qo WWW: http://www.informatik.hu-berlin.de/~obecker | \-------------------------------------------------------------------/ XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








