minchau     2003/10/23 12:54:25

  Modified:    test/tests/conferr/outputerr outputerr14.xsl
  Log:
  Re-introduced the old <!-- ExpectedException: ... 
  So it now has 2 such lines.
  Dave Marston indicated that the scripts are set to match any one of them.
  This is so these tests can work with multiple XSLT processors (Saxon...).
  and older version of Xalan too!
  PR: 795
  Submitted by: Brian Minchau
  
  Revision  Changes    Path
  1.3       +1 -0      xml-xalan/test/tests/conferr/outputerr/outputerr14.xsl
  
  Index: outputerr14.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conferr/outputerr/outputerr14.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- outputerr14.xsl   23 Oct 2003 18:41:08 -0000      1.2
  +++ outputerr14.xsl   23 Oct 2003 19:54:25 -0000      1.3
  @@ -8,6 +8,7 @@
     <!-- Purpose: Attempt text output of characters above 127 when encoding 
doesn't support them. -->
     <!-- "If the result tree contains a character that cannot be represented 
in the encoding
          that the XSLT processor is using for output, the XSLT processor 
should signal an error." -->
  +  <!-- ExpectedException: Attempt to output character not represented in 
specified encoding. -->
     <!-- ExpectedException: Attempt to output character of integral value 264 
that is not represented in specified output encoding of US-ASCII. -->
   
   <xsl:output method="text" encoding="US-ASCII"/>
  
  
  

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

Reply via email to