You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2001/08/13 17:23:23 UTC

cvs commit: xml-xalan/test/tests/conf-gold/numbering numbering91.out numbering87.out numbering88.out numbering89.out numbering90.out numbering86.out

dmarston    01/08/13 08:23:23

  Added:       test/tests/conf-gold/numbering numbering91.out
                        numbering87.out numbering88.out numbering89.out
                        numbering90.out numbering86.out
  Log:
  New cases involving namespaces, position, id, key
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/tests/conf-gold/numbering/numbering91.out
  
  Index: numbering91.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
    (no) a
    (1) b
    (no) c
    (2) d
    (no) e
    (no) f
    (3) g
    (no) h
  </out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/numbering/numbering87.out
  
  Index: numbering87.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out xmlns:z="z.test.com">
    
      <chapter-note number="1">aaa</chapter-note>
      <znote number="1">bbb</znote>
      <znote number="2">ccc</znote>
    
    
      <znote number="3">ddd</znote>
      <chapter-note number="1">eee</chapter-note>
      <znote number="4">fff</znote>
    
    
      <znote number="5">ggg</znote>
      <znote number="6">hhh</znote>
      <chapter-note number="1">iii</chapter-note>
    
    
      <znote number="7">jjj</znote>
      <znote number="8">kkk</znote>
      <chapter-note number="1">lll</chapter-note>
    
  </out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/numbering/numbering88.out
  
  Index: numbering88.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
    <chap number="1" position="2">aaa<sel number="1" position="1"/></chap>
    <chap number="2" position="4">zzz<sel number="2" position="1"/></chap>
  </out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/numbering/numbering89.out
  
  Index: numbering89.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
    <chap number="1" position="2">aaa
  <text number="1" position="1"/><sel number="1" position="2"/>
  <text number="2" position="3"/><sel number="2" position="4"/>
  <text number="3" position="5"/></chap>
    <chap number="2" position="4">zzz
  <text number="1" position="1"/><sel number="1" position="2"/>
  <text number="2" position="3"/><sel number="2" position="4"/>
  <text number="3" position="5"/></chap>
  </out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/numbering/numbering90.out
  
  Index: numbering90.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
    
      (1) aaa
      bbb
      ccc
      (2) ddd
      (3) eee
    
    fff
    (1) ggg
    (2) hhh
    
      (1) iii
      (2) jjj
      kkk
      (3) lll
      mmm
    
  </out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/numbering/numbering86.out
  
  Index: numbering86.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out xmlns:z="z.test.com">
    
      <znote number="1">aaa</znote>
      <znote number="2">bbb</znote>
      <znote number="3">ccc</znote>
    
    
      <znote number="1">ddd</znote>
      <znote number="2">eee</znote>
      <znote number="3">fff</znote>
    
  </out>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org