RE: keys: repeated nodes from same key value

Subject: RE: keys: repeated nodes from same key value
From: "Pawson, David" <DPawson@xxxxxxxxxxx>
Date: Thu, 10 Aug 2000 15:44:34 +0100
Kay Michael
> I only volunteer for a fight when I know that James Clark is 
> on my side.

Worthy quote Mike :-)

One more on keys().

Given two xml documents a.xml b.xml
How to create a key on b.xml
then iterate over an element in a.xml

saxon a.xml stylesheet op.html

saxon says I can't have document() in the match of xsl:key()
	<xsl:key name="fl" match="document('b.xml')/path//element" use="."/>
Any particular reason for this?

Regards DaveP


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


Current Thread