Edit

kc3-lang/libxml2/doc/examples/test2.xml

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2003-11-12 22:50:47
    Hash : a59853a3
    Message : integrating the examples in the navigation menus added make tests, updated * doc/*: integrating the examples in the navigation menus * doc/examples/*: added make tests, updated the navigation, added a new test, cleanups, updates. Daniel

  • doc/examples/test2.xml
  • <!DOCTYPE doc [
    <!ELEMENT doc (src | dest)*>
    <!ELEMENT src EMPTY>
    <!ELEMENT dest EMPTY>
    <!ATTLIST src ref IDREF #IMPLIED>
    <!ATTLIST dest id ID #IMPLIED>
    ]>
    <doc>
      <src ref="foo"/>
      <dest id="foo"/>
      <src ref="foo"/>
    </doc>