[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [xml] Failed to load external entity



On Sat, Sep 29, 2001 at 12:26:09AM -0300, Sole Sanchez Cordova wrote:
> PLEASE! I need some help. Iīm using libxml2-2.4.5 and I canīt valid any document against a DTD. Iīm working with Win98.
> 
> 
> c:\aplic --dtdvalid c:\memo.dtd c:\memo.xml
> 
> Error: 
> c:\memo.xml:2: warning: failed to load external entity "memo.dtd"
> <!DOCTYPE memo SYSTEM "memo.dtd">
>                                                             ^
> 
> Please help me!!! I donīt know what else to try!!!!

  c:\memo.dtd is not a correct URI . A DOS path is not proper.
You need to fix the way you express your path to build proper 
URI per RFC 2396 using file://... constructs.

Daniel

-- 
Daniel Veillard      | Red Hat Network http://redhat.com/products/network/
veillard redhat com  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]