You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2001/01/26 16:46:46 UTC

cvs commit: xml-xalan/test/tests/conf/impincl/err impinclerr02.xsl

dmarston    01/01/26 07:46:46

  Modified:    test/tests/conf/impincl/err impinclerr02.xsl
  Log:
  Clarify expected error message
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/test/tests/conf/impincl/err/impinclerr02.xsl
  
  Index: impinclerr02.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/impincl/err/impinclerr02.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- impinclerr02.xsl	2000/12/16 01:13:50	1.1
  +++ impinclerr02.xsl	2001/01/26 15:46:46	1.2
  @@ -8,7 +8,7 @@
     <!-- Creator: David Marston -->
     <!-- Purpose: It is an error if apply-imports is instantiated when the current
          template rule is null, i.e. from within a xsl:for-each loop. -->
  -  <!-- ExpectedException   -->
  +  <!-- ExpectedException: Attempt to use apply-imports without current template rule -->
   
   <xsl:import href="k.xsl"/>