RE: [xsl] centralised alphabetical order for distributed content

Subject: RE: [xsl] centralised alphabetical order for distributed content
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Mon, 22 Mar 2004 15:33:38 +0200
Hi,

> However, i can only create a key for one file. Is it possible 
> to create one 
> key for all 30 files? Or would it be easier to somehow gather 
> all info from 
> 30 files and then create a key from that?

Depends on your environment: if you're already calling the transformation e.g. from your own Java code, shouldn't be too difficult to gather the SAX streams from multiple document into one that's fed to the Transformer. Also, if you combine the documents outside the XSLT process, you could also generate a link/@key attribute that has already been converted to lowercase to make sorting easier.
 
Cheers,

Jarno - The Cure: Open

Current Thread