You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by pa...@apache.org on 2001/11/15 17:09:13 UTC

cvs commit: xml-xalan/test/tests/conf cconf.xsl

pauldick    01/11/15 08:09:13

  Modified:    test/tests/conf cconf.xsl
  Log:
  Added node where failure occurs
  
  Revision  Changes    Path
  1.3       +7 -3      xml-xalan/test/tests/conf/cconf.xsl
  
  Index: cconf.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/cconf.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- cconf.xsl	2001/10/18 18:44:28	1.2
  +++ cconf.xsl	2001/11/15 16:09:13	1.3
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?> 
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   
  -<xsl:output method="html"/>
  +<xsl:output method="html" doctype-public="-//W3C//DTD HTML 4.0 Transitional//EN"/>
   <xsl:param name="testfile" select="'No_file'"/>
   
   <xsl:variable name="Results" select="document($testfile)"/>
  @@ -63,12 +63,16 @@
   			<td><xsl:value-of select="@reason"/></td>
   			</tr>
   			<tr>
  -			<td align="center">Actual:</td>
  -			<td><xsl:value-of select="act"/></td>
  +			<td align="center">At Node:</td>
  +			<td><xsl:value-of select="@atNode"/></td>
   			</tr>
   			<tr>
   			<td align="center">Expected:</td>
   			<td><xsl:value-of select="exp"/></td>
  +			</tr>
  +			<tr>
  +			<td align="center">Actual:</td>
  +			<td><xsl:value-of select="act"/></td>
   			</tr>
   			<tr>
   			<td align="center">links</td>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org