Edit

kc3-lang/libxml2/test/relaxng/tutor1_3_1.xml

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2003-01-23 18:29:16
    Hash : 6eadf63c
    Message : First commit of the new Relax-NG validation code, not generally useful * Makefile.am configure.in relaxng.c include/libxml/relaxng.h: First commit of the new Relax-NG validation code, not generally useful yet. * test/relaxng/* result/relaxng/*: current state of the regression tests Daniel

  • test/relaxng/tutor1_3_1.xml
  • <addressBook>
      <card>
        <name>John Smith</name>
        <email>js@example.com</email>
      </card>
      <card>
        <name>Fred Bloggs</name>
        <email>fb@example.net</email>
      </card>
    </addressBook>