You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jk...@apache.org on 2001/10/02 22:16:03 UTC

cvs commit: xml-xalan/test/tests/conf-gold/axes axes107.out

jkesselm    01/10/02 13:16:03

  Modified:    test/tests/conf/axes axes107.xsl
               test/tests/conf-gold/axes axes107.out
  Log:
  Misread the spec w/r/t axes107. Restored previous gold, added caveat.
  Known bug in 2.2.D11, exposed (but not caused) by the xml: namespace node.
  
  Revision  Changes    Path
  1.2       +4 -1      xml-xalan/test/tests/conf/axes/axes107.xsl
  
  Index: axes107.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/axes/axes107.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- axes107.xsl	2000/12/16 01:06:21	1.1
  +++ axes107.xsl	2001/10/02 20:16:03	1.2
  @@ -6,7 +6,10 @@
     <!-- DocVersion: 19991116 -->
     <!-- Section: 2.2 -->
     <!-- Purpose: Tests apply-templates starting with a attribute axes
  -       followed by additional relative-location-path steps. -->
  +       followed by additional relative-location-path steps. Note that
  +       namespace nodes should not be included on the preceeding axis,
  +       and specifically that the implied declaration of xml: should
  +       not appear in the output. -->
     <!-- Author: Paul Dick -->
   
   <xsl:template match="/">
  
  
  
  1.3       +1 -1      xml-xalan/test/tests/conf-gold/axes/axes107.out
  
  Index: axes107.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/axes/axes107.out,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- axes107.out	2001/10/01 15:35:40	1.2
  +++ axes107.out	2001/10/02 20:16:03	1.3
  @@ -1,2 +1,2 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<out>#xml##north-north-west1##north-north-west2####a-pi#####a-pi###far-west##west##near-west####a-pi#</out>
  \ No newline at end of file
  +<out>#north-north-west1##north-north-west2####a-pi#####a-pi###far-west##west##near-west####a-pi#</out>
  \ No newline at end of file
  
  
  

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