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

Re: [xsl] Complex XPath question


Subject: Re: [xsl] Complex XPath question
From: dvint@xxxxxxxxx
Date: Fri, 1 Mar 2013 15:08:23 -0800

> for $m in
>
max(//object[normalize-space(property[@name='title'])='COMPARE']/number(prope
rty[@name='version']))
> return
>
//object[normalize-space(property[@name='title'])='COMPARE'][number(property[
@name='version'])=$m]/id


Should have said I'm doing this in XSLT. I can use keys, but I'm trying to
figure out the XPath to make the keys useful.

>
>
>
> (more pointless CDATA markup in your input document)

Agreed, but I can't change that as it is what the 3rd party app is
creating. I suppose it might be easier to preproces this single input file
before I produce the files I need. That would allow me easier access to
some information.

..dan


>
> David


Current Thread
Keywords