You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by am...@apache.org on 2002/03/13 14:40:29 UTC

cvs commit: xml-xalan/test/tests/conf/impincl impincl11.xsl impincl16.xsl impincl17.xsl

amiro       02/03/13 05:40:29

  Modified:    test/tests/conf/impincl impincl11.xsl impincl16.xsl
                        impincl17.xsl
  Log:
  changed \ to / in import hrefs
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/test/tests/conf/impincl/impincl11.xsl
  
  Index: impincl11.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/impincl/impincl11.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- impincl11.xsl	16 Dec 2000 01:12:39 -0000	1.1
  +++ impincl11.xsl	13 Mar 2002 13:40:29 -0000	1.2
  @@ -8,7 +8,7 @@
     <!-- Creator: Paul Dick -->
     <!-- Purpose: Nest imports and includes using relative paths. -->
   
  -<xsl:import href="fragments\ss2.xsl"/>
  +<xsl:import href="fragments/ss2.xsl"/>
   
   <xsl:template match="/">
     <out>
  
  
  
  1.2       +1 -1      xml-xalan/test/tests/conf/impincl/impincl16.xsl
  
  Index: impincl16.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/impincl/impincl16.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- impincl16.xsl	16 Dec 2000 01:12:39 -0000	1.1
  +++ impincl16.xsl	13 Mar 2002 13:40:29 -0000	1.2
  @@ -8,6 +8,6 @@
     <!-- Creator: David Marston -->
     <!-- Purpose: Test of importing a basic stylesheet involving matching. -->
   
  -<xsl:import href="fragments\imp16all.xsl"/>
  +<xsl:import href="fragments/imp16all.xsl"/>
   
   </xsl:stylesheet>
  
  
  
  1.2       +1 -1      xml-xalan/test/tests/conf/impincl/impincl17.xsl
  
  Index: impincl17.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/impincl/impincl17.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- impincl17.xsl	16 Dec 2000 01:12:39 -0000	1.1
  +++ impincl17.xsl	13 Mar 2002 13:40:29 -0000	1.2
  @@ -12,6 +12,6 @@
   <!-- <xsl:key name="id" use="@id" match="LAMBDA"/> -->
   <!-- <xsl:key name="annid" use="@of" match="Annotation"/> -->
   
  -<xsl:import href="fragments\imp17all.xsl"/>
  +<xsl:import href="fragments/imp17all.xsl"/>
   
   </xsl:stylesheet>
  
  
  

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