This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Select a node in another xml-document


Hi,
I´ve a xsl-stylesheet for a xml-document. In this stylesheet I want to adapt an template to another xml-file.
How can I make this.

the xml-file I want to adapt to is like this:

<Colors>
	<Color>red</Color>
	<Color>blue</Color>
	<Color>green</Color>
...
</Colors>

And I want to select the first Color-node
I've tried tu use the document()-function, but I didn't manage it.

Thanks

Jan Pfitzner

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]