Edit

kc3-lang/libxml2/result/XInclude/nodes2.xml

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2003-12-24 11:06:25
    Hash : b98d082e
    Message : XInclude xpointer support was broken with the new namespace. Fixes #129932 * xinclude.c result/XInclude/nodes2.*: XInclude xpointer support was broken with the new namespace. Fixes #129932 Daniel

  • result/XInclude/nodes2.xml
  • <?xml version="1.0"?>
    <x xmlns:xinclude="http://www.w3.org/2003/XInclude">
       <!-- Simple test of including a set of nodes from an XML document -->
       <p xml:base="test/XInclude/ents/something.xml">something</p><p xml:base="test/XInclude/ents/something.xml">really</p><p xml:base="test/XInclude/ents/something.xml">simple</p>
    </x>