Re: [xsl] Creating csv from multiple input files

Subject: Re: [xsl] Creating csv from multiple input files
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Tue, 6 May 2008 15:56:48 +0100
2008/5/6 Darcy Parker <darcyparker@xxxxxxxxx>:
> Related to your question...
>
>  Eventually you may find yourself needing to implement XMLCatalogs if
>  you're processing a number of XML files that have DTDs.  In which
>  case, you'll need to use the Apache Commons Resolver with saxon.

Apologies for mentioning Kernow again, but... Kernow implements a
caching resolver for the collection function, so if you have 100s of
input files that all reference the same DTD it will only be fetched
once.  Or you can put a copy of it in the cache directory and it will
fetch it from there (useful for when you're not online, or you've been
blocked by w3.org for making too many requests in 24 hours!)



-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

Current Thread