xsl-list
[Top] [All Lists]

RE: Processing multiple files

2004-09-01 08:54:18
From: Sam Byland [mailto:shbyland(_at_)comcast(_dot_)net]

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


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