File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / test / XInclude / docs / docids.xml
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:38:00 2012 UTC (12 years, 6 months ago) by misho
Branches: libxml2, MAIN
CVS tags: v2_9_1p0, v2_9_1, v2_8_0p0, v2_8_0, v2_7_8, HEAD
libxml2

    1: <!DOCTYPE book [
    2: <!ELEMENT book (doc*)>
    3: <!ELEMENT doc (isid*)>
    4: <!ELEMENT isid EMPTY>
    5: <!ATTLIST isid myid ID #IMPLIED>
    6: ]>
    7: <book>
    8: <doc>
    9: <isid myid="mine"/>
   10: <isid myid="dup"/>
   11: </doc>
   12: <!-- including another XML document with IDs -->
   13: <xinclude:include xmlns:xinclude="http://www.w3.org/2001/XInclude"
   14: 		 href="../ents/ids.xml"/>
   15: </book>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>