Thanks Michael - that shall be our approach.
-----Original Message-----
From: Michael Kay [mailto:mike(_at_)saxonica(_dot_)com]
Sent: Friday, December 04, 2009 8:00 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] DTD validation with SVG graphics transformations
Yes, the XML parser will read the DTD - typically from a cache in the nearest
proxy server.
You can avoid this by using a catalog resolver to redirect the reference to a
local copy.
Regards,
Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay
-----Original Message-----
From: Ylvisaker, Steve
[mailto:steve(_dot_)j(_dot_)ylvisaker(_at_)medtronic(_dot_)com]
Sent: 04 December 2009 13:46
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] DTD validation with SVG graphics transformations
I am currently using Saxon to perform transformations of SVG graphics.
All of the graphics contain a DOCTYPE reference to the W3C DTD:
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
A question has come up in our technical review team regarding the
impact of this reference. Is the DTD some how internalized in the
transformation tools in general and Saxon in particular or should we
be establishing a local copy of the DTD with the necessary DNS
pointers and such? The trigger for our concern was the following error
message coming from a Saxon transformation:
java.io.IOException: Server returned HTTP response code: 503 for URL:
http://www.w3.org/Graphics/SVG/1.1/DTD/svg-shape.mod
Thanks in advance for any insight into what is really happening in the
background. Are we reading a DTD and if so, from where?
Steve
[CONFIDENTIALITY AND PRIVACY NOTICE]
Information transmitted by this email is proprietary to Medtronic and
is intended for use only by the individual or entity to which it is
addressed, and may contain information that is private, privileged,
confidential or exempt from disclosure under applicable law. If you
are not the intended recipient or it appears that this mail has been
forwarded to you without proper authority, you are notified that any
use or dissemination of this information in any manner is strictly
prohibited. In such cases, please delete this mail from your records.
To view this notice in other languages you can either select the
following link or manually copy and paste the link into the address
bar of a web browser: http://emaildisclaimer.medtronic.com
--~------------------------------------------------------------------
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>
--~--
--~------------------------------------------------------------------
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>
--~--
--~------------------------------------------------------------------
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>
--~--