Edit

kc3-lang/libxml2/test/relaxng/tutor10_7.rng

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_7.rng
  • <element name="addressBook" ns="http://www.example.com"
             xmlns="http://relaxng.org/ns/structure/1.0">
      <zeroOrMore>
        <element name="card">
          <attribute name="name"/>
          <attribute name="email"/>
        </element>
      </zeroOrMore>
    </element>