2009/10/9 Mario Madunic <Mario_Madunic(_at_)newflyer(_dot_)com>:
Was curious if there is a function or extension function that would stop the
collection() from resolving the dtd declaration? The problem is I’m behind a
firewall and it is timing out. I’m using Saxon 9.1.0.7j. I know I could
easily add a parameter to define whether or not to output the DTD declaration
or even use a system identifier that is local, but would rather not if I
don’t have to.
Store a copy of it locally and then use a "Catalogue" to point to
that, or if you use Kernow to run the transform you can drop the dtd
into the "cache" folder.
--
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>
--~--