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]

RE: keys: repeated nodes from same key value


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

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