Edit

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

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2003-02-02 16:02:55
    Hash : fc1a4503
    Message : check all the namespace support was actually correct based on tutorial * test/relaxng/* result/relaxng/*: check all the namespace support was actually correct based on tutorial section 10. Daniel

  • test/relaxng/tutor10_10_1.xml
  • <a:addressBook xmlns:a="http://www.example.com/addressBook">
      <a:card xmlns="http://www.example.com/address">
        <name>foo</name><email>bar</email>
      </a:card>
    </a:addressBook>