RE: [xsl] Processing multiple files

Subject: RE: [xsl] Processing multiple files
From: "Passin, Tom" <tpassin@xxxxxxxxxxxx>
Date: Wed, 1 Sep 2004 11:54:18 -0400
> From: Sam Byland [mailto:shbyland@xxxxxxxxxxx]
>
> Years ago we addressed a similar problem using SAXON 6.5.x and no Java
> etc.
> as follows:
>
> We created a "table of contents" XML file that was basically a list of
> entities where each entity was a filename with a full path spec.  If a
new
> file was added or changed, we just updated the "entity DTD" the TOC
file

You can usually write a simple script - python, perl, etc., to create
this TOC xml file.  Then you can make regenerating the output into a
batch process.

Cheers,

Tom P

Current Thread