[xml] xmllint and xinclude parsing
- From: Bert Van Elsacker <bertvanelsacker gmx net>
- To: xml gnome org
- Subject: [xml] xmllint and xinclude parsing
- Date: Sun, 12 May 2002 18:41:34 +0200
Hi
Using xmllint & the precompiled libxml2-win-binaries (v2.4.21) I tried to
process a file with XInlude elements. For some reason the xinclude:include
elements were not transformed, although I used the "-xinclude"-option.
Am I doing something wrong ? Where can I find
Another question : which part of XPointer doesn't libxml2 support yet ?
Thank you,
Bert Van Elsacker
The test file:
<?xml version="1.0" encoding="UTF-8"?>
<root xmlns:xinclude="http://www.w3.org/1999/XML/xinclude">
<xinclude:include href="text.xml"/>
<para>This paragraph has an <mono>inline mono element</mono>.</para>
</root>
The output was identical.
Text.xml is:
<?xml version="1.0"?>
<info>abc</info>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]