patrickl 2002/08/01 11:55:51 Modified: src/share/dtd xml.xsd Log: Include a modified version of xml.xsd (from W3c) were the DOCTYPE element is removed (commented). Xerces 2.0.1 seems to have problem with this entity when schema is used and the parser is running inside a firewall, using a local copy of the xml.xsd. Submitted by: Jean-Francois Arcand ([EMAIL PROTECTED]) Revision Changes Path 1.2 +2 -0 jakarta-servletapi-5/src/share/dtd/xml.xsd Index: xml.xsd =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/src/share/dtd/xml.xsd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xml.xsd 1 Aug 2002 00:12:24 -0000 1.1 +++ xml.xsd 1 Aug 2002 18:55:51 -0000 1.2 @@ -1,5 +1,7 @@ <?xml version='1.0'?> +<!-- Xerces 2.0.1 bug when trying to resolve the systemID locally <!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "XMLSchema.dtd" > +--> <xs:schema targetNamespace="http://www.w3.org/XML/1998/namespace" xmlns:xs="http://www.w3.org/2001/XMLSchema" xml:lang="en"> <xs:annotation>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>