dmarston 01/11/06 09:25:18 Modified: test/tests/conf/impincl/fragments main_import.xsl Log: Improve layout and comments Revision Changes Path 1.3 +4 -7 xml-xalan/test/tests/conf/impincl/fragments/main_import.xsl Index: main_import.xsl =================================================================== RCS file: /home/cvs/xml-xalan/test/tests/conf/impincl/fragments/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:21 1.2 +++ main_import.xsl 2001/11/06 17:25:18 1.3 @@ -1,14 +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: main_import (version for directory one level down) --> +<!-- Purpose: Used by impincl19 --> +<!-- This is the third file in the import chain. It's imported by the one in the frag-subdir. --> -<!-- FileName: impinclman99 --> -<!-- 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 --> +<xsl:import href="../main_import.xsl"/> <xsl:template match="test"> In Fragments: <xsl:value-of select="."/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
