You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Gareth Reakes (JIRA)" <xe...@xml.apache.org> on 2005/08/15 10:19:58 UTC

[jira] Commented: (XERCESC-1476) Could not open remote DTD file:

    [ http://issues.apache.org/jira/browse/XERCESC-1476?page=comments#action_12318797 ] 

Gareth Reakes commented on XERCESC-1476:
----------------------------------------

A wet shows this

[gareth@zeus gareth]$ wget http://www.w3.org/TR/SVG/DTD/svg10.dtd
--09:17:03--  http://www.w3.org/TR/SVG/DTD/svg10.dtd
           => `svg10.dtd'
Resolving www.w3.org... done.
Connecting to www.w3.org[128.30.52.24]:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently


so it is not really there. What NetAccessor are your using? Some don't support redirects (as discussed on the mailing list last week).

Gareth

> 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: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org