[xml] XML Inclusions in libxml2



Hello, All!

I use libxml2-2.4.22 and trying to use next construction:

-------begin "devel.xml"-------
<?xml version="1.0"?>
<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>

<part lang="ru">
  <title>Title of part</title>
<xi:include href="chapter.xml" parse="xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
</part>
-------end-------

When I test it with
$ xmllint --noout --valid devel.xml

I get errors "No declarations for ..."

Tell me, please does libxml2 support for XML Inclusions?

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




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