RE: [xsl] generating xml from xml

Subject: RE: [xsl] generating xml from xml
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 10 Nov 2003 21:46:29 GMT

> Is there any way directly(not depending on its top node) finding nodes F0, F1, F2 .......?

*[name()=/Data/Fields/_/@id]

matches all elements whose name is a value of the id attribute of your _
elements.

David

-- 
http://www.dcarlisle.demon.co.uk/matthew

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


Current Thread