xsl-list
[Top] [All Lists]

Creating index Across Multiple XML documents

2003-10-27 19:12:04

Hi All,

I want to create an index across multiple XML
documents in order to check the name uniqueness of the
element "Member".

<Member name="">
</Member>

It seems like this one doesn't work.

<xsl:key name="keyname"
match="document('filename')/Member/@name" use=".">


Is there any better way to do that?


Thanks


Dongling

__________________________________
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/

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



<Prev in Thread] Current Thread [Next in Thread>