Edit

kc3-lang/libxml2/test/XInclude/docs/docids.xml

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2002-02-10 11:57:22
    Hash : c5f05ada
    Message : fix #68882, cleanup the XInclude copying of node, merge back IDs in the * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude copying of node, merge back IDs in the target document. * result/XInclude/docids.xml test/XInclude/docs/docids.xml test/XInclude/ents/ids.xml: test case * result/VC/ElementValid4: output changed due to a typo fix Daniel

  • test/XInclude/docs/docids.xml
  • <!DOCTYPE book [
    <!ELEMENT book (doc*)>
    <!ELEMENT doc (isid*)>
    <!ELEMENT isid EMPTY>
    <!ATTLIST isid myid ID #IMPLIED>
    ]>
    <book>
    <doc>
    <isid myid="mine"/>
    <isid myid="dup"/>
    </doc>
    <!-- including another XML document with IDs -->
    <xinclude:include xmlns:xinclude="http://www.w3.org/2001/XInclude"
    		 href="../ents/ids.xml"/>
    </book>