Edit

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

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2003-02-02 14:35:17
    Hash : e2a5a08b
    Message : include seems to work okay now augmented/updated the regression tests * relaxng: include seems to work okay now * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel

  • test/relaxng/tutor9_11.rng
  • <grammar xmlns="http://relaxng.org/ns/structure/1.0">
    
      <include href="addressBook.rng">
    
        <define name="cardContent">
          <element name="name">
    	<text/>
          </element>
          <element name="emailAddress">
    	<text/>
          </element>
        </define>
    
      </include>
    
    </grammar>