Edit

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

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2003-01-25 18:01:32
    Hash : dd1655c5
    Message : updated the policy on private mail answers more work on Relax-NG * README: updated the policy on private mail answers * relaxng.c: more work on Relax-NG * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel

  • test/relaxng/tutor6_3.rng
  • <element name="card" xmlns="http://relaxng.org/ns/structure/1.0">
      <attribute name="name"/>
      <attribute name="email"/>
      <attribute name="preferredFormat">
        <choice>
          <value type="string">html</value>
          <value type="string">text</value>
        </choice>
      </attribute>
    </element>