xsl-list
[Top] [All Lists]

Re: Creating index Across Multiple XML documents

2003-10-28 02:08:10

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


I think that to check uniqueness across multiple documents in 1.0, the
only way is to copy the relevant data into a new temporary document, and
   ^^^^^^^^^
then use the standard grouping (or deduplicating) techniques on that.

Not really. This can be achieved using the "makeDistinct" template from FXSL
without creating a new temporary document.

The solution was first described on this list almost two years ago:

http://sources.redhat.com/ml/xsl-list/2001-12/msg00806.html



=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL







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



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