Annotation of embedaddon/libxml2/test/relaxng/tutor1_3_1.xml, revision 1.1.1.1

1.1       misho       1: <addressBook>
                      2:   <card>
                      3:     <name>John Smith</name>
                      4:     <email>js@example.com</email>
                      5:   </card>
                      6:   <card>
                      7:     <name>Fred Bloggs</name>
                      8:     <email>fb@example.net</email>
                      9:   </card>
                     10: </addressBook>

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