[xml] XML Catalogs resolution under win98



Hello, All!

I use libxml2 2.5.7 from
http://www.zlatkovic.com/projects/libxml/binaries.html
(xmllint --version  output is attached).

It works fine under windows 2000, but not under windows 98
(second edition, russian).

Problem is with XML Catalogs resolution:

set XML_CATALOG_FILES=c:\xml\catalog.xml


c:\xml\catalog.xml
------------------
....
<nextCatalog catalog="c:/xml/docbook-xml-4.2/catalog.xml"/>
....
------------------


c:\xml\docbook-xml-4.2\catalog.xml
------------------
....
<public publicId="-//OASIS//DTD DocBook XML V4.2//EN"
        uri="docbookx.dtd"/>
....
------------------

With validation xmllint output error:
warning: failed to load external entity
"c:///xml/docbook-xml-4.2/docbookx.dtd"

Full debug output is attached. File
c:\xml\docbook-xml-4.2\docbookx.dtd
exists.


When I add into c:\xml\catalog.xml record
------------------
....
<rewriteURI uriStartString="c:///" rewritePrefix="c:/"/>
....
------------------
validation works fine.

It's normal?

-- 
Regards, Vyt
mailto:  vyt vzljot ru
JID:     vyt vzljot ru

Attachment: debug_xml_catalog
Description: Binary data

Attachment: xmllint_version
Description: Binary data



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