xsl-list
[Top] [All Lists]

Re: [xsl] Creating csv from multiple input files

2008-05-06 07:57:11
2008/5/6 Darcy Parker <darcyparker(_at_)gmail(_dot_)com>:
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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--