dmarston 2002/06/17 13:10:56 Modified: test/tests/conferr/outputerr outputerr04.xsl outputerr03.xsl Log: Minor cleanup Revision Changes Path 1.2 +4 -5 xml-xalan/test/tests/conferr/outputerr/outputerr04.xsl Index: outputerr04.xsl =================================================================== RCS file: /home/cvs/xml-xalan/test/tests/conferr/outputerr/outputerr04.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- outputerr04.xsl 14 Dec 2001 22:47:24 -0000 1.1 +++ outputerr04.xsl 17 Jun 2002 20:10:56 -0000 1.2 @@ -1,14 +1,13 @@ -<?xml version="1.0"?> +<?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"/> - <!-- FileName: OUTPerr04 --> + <!-- FileName: outputerr04 --> <!-- Document: http://www.w3.org/TR/xslt --> <!-- DocVersion: 19991116 --> <!-- Section: 7.3 Creating Processing Instructions --> <!-- Purpose: Try to create processing instruction with an improper name. --> - <!-- ExpectedException: java.lang.RuntimeException: processing-instruction name must be a valid NCName --> <!-- ExpectedException: processing-instruction name must be a valid NCName: + --> <xsl:template match="/"> @@ -16,5 +15,5 @@ <xsl:processing-instruction name="+">href="book.css" type="text/css"</xsl:processing-instruction> </HTML> </xsl:template> - + </xsl:stylesheet> 1.2 +4 -4 xml-xalan/test/tests/conferr/outputerr/outputerr03.xsl Index: outputerr03.xsl =================================================================== RCS file: /home/cvs/xml-xalan/test/tests/conferr/outputerr/outputerr03.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- outputerr03.xsl 14 Dec 2001 22:47:24 -0000 1.1 +++ outputerr03.xsl 17 Jun 2002 20:10:56 -0000 1.2 @@ -1,9 +1,9 @@ -<?xml version="1.0"?> +<?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"/> - <!-- FileName: OUTPerr03 --> + <!-- FileName: outputerr03 --> <!-- Document: http://www.w3.org/TR/xslt --> <!-- DocVersion: 19991116 --> <!-- Section: 7.3 Creating Processing Instructions --> @@ -15,5 +15,5 @@ <xsl:processing-instruction name="xml">href="book.css" type="text/css"</xsl:processing-instruction> </HTML> </xsl:template> - + </xsl:stylesheet>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
