Subject: Re: Creating index Across Multiple XML documents
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Tue, 28 Oct 2003 10:08:10 +0100
|
> >
> > 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
|