You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by cu...@apache.org on 2002/01/13 22:15:02 UTC

cvs commit: xml-xalan/test/tests/conf/numberformat newminus.xsl numberformat21.xsl numberformat22.xsl numberformat23.xsl numberformat24.xsl

curcuru     02/01/13 13:15:02

  Modified:    test/tests/conf/impincl impincl09.xsl
               test/tests/conf/numberformat newminus.xsl numberformat21.xsl
                        numberformat22.xsl numberformat23.xsl
                        numberformat24.xsl
  Log:
  Update href="file:foo" incorrect absolute URIs to be relative URIs;
  Oddly enough these were the only few files in the conf area that used
  this incorrect format; I can't see any reason why they did
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/test/tests/conf/impincl/impincl09.xsl
  
  Index: impincl09.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/impincl/impincl09.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- impincl09.xsl	16 Dec 2000 01:12:38 -0000	1.1
  +++ impincl09.xsl	13 Jan 2002 21:15:01 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   
  -<xsl:include href="file:q.xsl"/>
  +<xsl:include href="q.xsl"/>
   
     <!-- FileName: impincl09 -->
     <!-- Document: http://www.w3.org/TR/xslt -->
  
  
  
  1.2       +1 -1      xml-xalan/test/tests/conf/numberformat/newminus.xsl
  
  Index: newminus.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/numberformat/newminus.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- newminus.xsl	17 Dec 2000 21:30:04 -0000	1.1
  +++ newminus.xsl	13 Jan 2002 21:15:01 -0000	1.2
  @@ -3,7 +3,7 @@
   
   <!-- This stylesheet is to be imported or included. It defines the 'newminus' format. -->
   
  -  <xsl:import href="file:periodgroup.xsl"/>
  +  <xsl:import href="periodgroup.xsl"/>
   
     <xsl:decimal-format name="newminus" minus-sign='_' />
   
  
  
  
  1.2       +1 -1      xml-xalan/test/tests/conf/numberformat/numberformat21.xsl
  
  Index: numberformat21.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/numberformat/numberformat21.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- numberformat21.xsl	17 Dec 2000 21:30:03 -0000	1.1
  +++ numberformat21.xsl	13 Jan 2002 21:15:01 -0000	1.2
  @@ -8,7 +8,7 @@
     <!-- Creator: David Marston -->
     <!-- Purpose: Test include of a decimal-format. -->
   
  -<xsl:include href="file:periodgroup.xsl"/>
  +<xsl:include href="periodgroup.xsl"/>
   
   <xsl:decimal-format name="myminus" minus-sign='_' />
   
  
  
  
  1.2       +1 -1      xml-xalan/test/tests/conf/numberformat/numberformat22.xsl
  
  Index: numberformat22.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/numberformat/numberformat22.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- numberformat22.xsl	17 Dec 2000 21:30:04 -0000	1.1
  +++ numberformat22.xsl	13 Jan 2002 21:15:01 -0000	1.2
  @@ -8,7 +8,7 @@
     <!-- Creator: David Marston -->
     <!-- Purpose: Test import of a decimal-format. Three formats should not conflict. -->
   
  -<xsl:import href="file:periodgroup.xsl"/>
  +<xsl:import href="periodgroup.xsl"/>
   
   <xsl:decimal-format name="myminus" minus-sign='_' />
   
  
  
  
  1.2       +1 -1      xml-xalan/test/tests/conf/numberformat/numberformat23.xsl
  
  Index: numberformat23.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/numberformat/numberformat23.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- numberformat23.xsl	17 Dec 2000 21:30:04 -0000	1.1
  +++ numberformat23.xsl	13 Jan 2002 21:15:01 -0000	1.2
  @@ -8,7 +8,7 @@
     <!-- Creator: David Marston -->
     <!-- Purpose: Test of include that does an import, providing two named decimal-formats. Three formats should not conflict. -->
   
  -<xsl:include href="file:newminus.xsl"/>
  +<xsl:include href="newminus.xsl"/>
   
   <xsl:template match="doc">
     <out>
  
  
  
  1.2       +1 -1      xml-xalan/test/tests/conf/numberformat/numberformat24.xsl
  
  Index: numberformat24.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/numberformat/numberformat24.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- numberformat24.xsl	17 Dec 2000 21:30:04 -0000	1.1
  +++ numberformat24.xsl	13 Jan 2002 21:15:01 -0000	1.2
  @@ -8,7 +8,7 @@
     <!-- Creator: David Marston -->
     <!-- Purpose: Test of import that does an import, providing two named decimal-formats. Three formats should not conflict. -->
   
  -<xsl:import href="file:newminus.xsl"/>
  +<xsl:import href="newminus.xsl"/>
   
   <xsl:template match="doc">
     <out>
  
  
  

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