dmarston    01/11/14 12:41:03

  Modified:    test/tests/conf/mdocs mdocs13.xsl
  Log:
  xsl:include should have been xsl:import
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/test/tests/conf/mdocs/mdocs13.xsl
  
  Index: mdocs13.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/mdocs/mdocs13.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mdocs13.xsl       2000/12/17 18:47:20     1.1
  +++ mdocs13.xsl       2001/11/14 20:41:03     1.2
  @@ -13,7 +13,7 @@
        document() is in the imported stylesheet, hence local to it. -->
     <!-- Remember: every top-level node in the stylesheet must have a 
namespace. -->
   
  -<xsl:include href="ximpmdocs13.xsl"/>
  +<xsl:import href="ximpmdocs13.xsl"/>
   
   <xsl:template match="doc">
     <out><xsl:text>
  
  
  

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

Reply via email to