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

Re: [xml] XML Inclusions in libxml2



Vitaly Ostanin writes:
> 
> When I test it with
> $ xmllint --noout --valid devel.xml
> 
> I get errors "No declarations for ..."
> 
These elements aren't declared in the docbook dtd. So xmllint is right, isn't
it?

> Tell me, please does libxml2 support for XML Inclusions?
> 
Well you can use 
xmllint --xinclude devel.xml
to resolve xincludes and parse then (using a second call of xmllint).

HTH
	Morus




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