dmarston 02/02/01 13:16:51 Modified: test/tests/conf/boolean boolean43.xsl Log: Make a better distinction between boolean42 and this one. Revision Changes Path 1.2 +6 -6 xml-xalan/test/tests/conf/boolean/boolean43.xsl Index: boolean43.xsl =================================================================== RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean43.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- boolean43.xsl 16 Dec 2000 02:11:17 -0000 1.1 +++ boolean43.xsl 1 Feb 2002 21:16:51 -0000 1.2 @@ -1,15 +1,15 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> - <!-- FileName: BOOL43 --> + <!-- FileName: boolean43 --> <!-- Document: http://www.w3.org/TR/xpath --> - <!-- DocVersion: 19990922 --> + <!-- DocVersion: 19991116 --> <!-- Section: 4.3 --> <!-- Purpose: Test of boolean() function, converting an empty result tree fragment --> -<xsl:variable name="emptyResultTreeFragTest"> - <xsl:value-of select="foo"/> -</xsl:variable> +<xsl:output method="xml" encoding="UTF-8"/> + +<xsl:variable name="emptyResultTreeFragTest"></xsl:variable> <xsl:template match="doc"> <out>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]