[xsl] Select a node in another xml-document

Subject: [xsl] Select a node in another xml-document
From: "Pfitzner, Jan" <Jan.Pfitzner@xxxxxx>
Date: Mon, 27 May 2002 09:31:48 +0200
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


Current Thread