xsl-list
[Top] [All Lists]

Re: XSLT/XPath help to resolve definition references in a WSDL XML fi le

2002-09-04 08:00:05
I want to be able to select all the B element which are under the A elements
referenced by the C element (the A elements for which a C/@aRef attribute
value, minus the prefix, is equal to the A/@name attribute).

If your current node is a C then don't you just want

select="../A[(_at_)name=substring-after(current()/@aRef,':')]/B"

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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