dmarston    01/11/06 09:25:00

  Modified:    test/tests/conf/impincl/fragments/frag-subdir
                        main_import.xsl
  Log:
  Improve layout and comments
  
  Revision  Changes    Path
  1.3       +4 -8      
xml-xalan/test/tests/conf/impincl/fragments/frag-subdir/main_import.xsl
  
  Index: main_import.xsl
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/tests/conf/impincl/fragments/frag-subdir/main_import.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- main_import.xsl   2001/10/23 19:49:37     1.2
  +++ main_import.xsl   2001/11/06 17:25:00     1.3
  @@ -1,15 +1,11 @@
   <?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -<xsl:import href="../main_import.xsl"/>
  -
  -<!-- FileName: impinclman19 -->
  -<!-- Document: http://www.w3.org/TR/xslt -->
  -<!-- DocVersion: 19991116 -->
  -<!-- Section: 2.6.2 Stylesheet Import -->
  -<!-- Creator: Vikranth Reddy ([EMAIL PROTECTED]) -->
  -<!-- Purpose: Test of import (going up directory tree) using 
..\main_import.xsl -->
  +<!-- FileName: main_import (version for bottom directory in tree) -->
  +<!-- Purpose: Used by impincl19 -->
  +<!--   This is the second file in the import chain. It's imported by 
impincl19 -->
   
  +<xsl:import href="../main_import.xsl"/>
   
   <xsl:template match="test">
   In Frag-Subdir: <xsl:value-of select="."/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to