xsl-list
[Top] [All Lists]

Re: [xsl] Complex XPath question

2013-03-01 17:08:32


for $m in
max(//object[normalize-space(property[@name='title'])='COMPARE']/number(property[@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





--~------------------------------------------------------------------
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>