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/01/31 23:46:24 UTC

cvs commit: xml-xalan/test/tests/conf-gold/idkey idkey31.out idkey01.out

dmarston    01/01/31 14:46:23

  Modified:    test/tests/conf-gold/idkey idkey31.out idkey01.out
  Log:
  Revise output for easier comparison to Gold
  
  Revision  Changes    Path
  1.2       +4 -14     xml-xalan/test/tests/conf-gold/idkey/idkey31.out
  
  Index: idkey31.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/idkey/idkey31.out,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- idkey31.out	2000/12/17 21:56:41	1.1
  +++ idkey31.out	2001/01/31 22:46:21	1.2
  @@ -1,18 +1,8 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<out>Namespaces for docs:
  -
  -  Namespaces for doc:
  -ext=N5,
  -
  -    Namespaces for section:
  -ext=N5,
  -foo=N8,
  -
  -      Namespaces for inner:
  -ext=N5,
  -foo=N8,
  -whiz=NB,
  -
  +<out><docs/>
  +  <doc><ext>N5</ext></doc>
  +    <section><foo>N8</foo><ext>N5</ext></section>
  +      <inner><foo>N8</foo><ext>N5</ext><whiz>NB</whiz></inner>
       
     
   </out>
  
  
  
  1.2       +14 -8     xml-xalan/test/tests/conf-gold/idkey/idkey01.out
  
  Index: idkey01.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/idkey/idkey01.out,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- idkey01.out	2000/12/17 21:56:41	1.1
  +++ idkey01.out	2001/01/31 22:46:21	1.2
  @@ -1,18 +1,24 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  +<HTML>
   <P>Reference numbers should match the titles, links should work.</P>
  -<HR/>
  +<HR>
   <H1 id="N4">1. Introduction</H1>
       Introduction
       <P>For more information see the <A href="#N2A">3. Expressions</A> section.</P>
  -    <P>(alternate id link: id3)</P>
  -  <HR/>
  +    
  +<P>(alternate id link: id3)</P>
  +  
  +<HR>
   <H1 id="N17">2. Stylesheet Structure</H1>
       Stylesheet Structure
       <P>For more information see the <A href="#N4">1. Introduction</A> section.</P>
  -    <P>(alternate id link: id1)</P>
  -  <HR/>
  +    
  +<P>(alternate id link: id1)</P>
  +  
  +<HR>
   <H1 id="N2A">3. Expressions</H1>
       Expressions
       <P>For more information see the <A href="#N17">2. Stylesheet Structure</A> section.</P>
  -    <P>(alternate id link: id2)</P>
  -  
  \ No newline at end of file
  +    
  +<P>(alternate id link: id2)</P>
  +  
  +</HTML>