[ http://issues.apache.org/jira/browse/XERCESC-1476?page=comments#action_12322919 ]
Ehud Michelson commented on XERCESC-1476: ----------------------------------------- Hi, I have a similar problem. I verified that the URL of the DTD is valid but still I get the following exception: NetAccessorException, Message:Could not open file: http://store.yahoo.com/lib/vw/OrderList2.dtd. The XML contents are: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE OrderList SYSTEM "http://store.yahoo.com/lib/vw/OrderList2.dtd"> <OrderList StoreAccountName="bevfabriccrafts"> </OrderList> Regards, Ehud Michelson > Could not open remote DTD file: > ------------------------------- > > Key: XERCESC-1476 > URL: http://issues.apache.org/jira/browse/XERCESC-1476 > Project: Xerces-C++ > Type: Bug > Components: Validating Parser (DTD) > Versions: 2.6.0 > Environment: SuSE Linux 9.2, Windows XP SP2 > Reporter: Lumir Vanek > > I tried open simple SVG file, using DOMCount sample. > <?xml version="1.0" encoding="iso-8859-1" standalone="no"?> > <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" > "http://www.w3.org/TR/SVG/DTD/svg10.dtd"> > <svg width="350px" height="176px" viewBox="-2361 0 4625 2336" > xmlns="http://www.w3.org/2000/svg" > xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve"> > <defs> > </defs> > </svg> > I get exception: NetAccessorException, Message:Could not open file: > http://www.w3.org/TR/SVG/DTD/svg10.dtd. > I can access this URL in browser on my machine. > Lumir Vanek -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
