dmarston 02/04/12 08:45:42 Modified: test/tests/conf/message message02.xsl message01.xsl Log: Fix spec date, anticipating 1.0-vs.-2.0 differentiation. Revision Changes Path 1.3 +4 -4 xml-xalan/test/tests/conf/message/message02.xsl Index: message02.xsl =================================================================== RCS file: /home/cvs/xml-xalan/test/tests/conf/message/message02.xsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- message02.xsl 10 Jul 2001 18:23:05 -0000 1.2 +++ message02.xsl 12 Apr 2002 15:45:41 -0000 1.3 @@ -1,12 +1,12 @@ <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> - <!-- FileName: MESSAGE02 --> + <!-- FileName: message02 --> <!-- Document: http://www.w3.org/TR/xslt --> - <!-- DocVersion: 19991008 --> + <!-- DocVersion: 19991116 --> <!-- Section: 13 --> <!-- Creator: David Marston --> - <!-- Purpose: Issue a message from a literal constant, "no" on terminate option --> + <!-- Purpose: Issue a message from a literal constant, "no" on terminate option --> <xsl:template match="/"> <out> @@ -15,4 +15,4 @@ </out> </xsl:template> -</xsl:stylesheet> +</xsl:stylesheet> \ No newline at end of file 1.2 +4 -4 xml-xalan/test/tests/conf/message/message01.xsl Index: message01.xsl =================================================================== RCS file: /home/cvs/xml-xalan/test/tests/conf/message/message01.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- message01.xsl 15 Dec 2000 19:24:13 -0000 1.1 +++ message01.xsl 12 Apr 2002 15:45:41 -0000 1.2 @@ -1,15 +1,15 @@ <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> - <!-- FileName: MESSAGE01 --> + <!-- FileName: message01 --> <!-- Document: http://www.w3.org/TR/xslt --> - <!-- DocVersion: 19991008 --> + <!-- DocVersion: 19991116 --> <!-- Section: 13 --> <!-- Creator: David Marston --> - <!-- Purpose: Issue a message from a literal constant, default on terminate option --> + <!-- Purpose: Issue a message from a literal constant, default on terminate option --> <xsl:template match="/"> <xsl:message>This message came from the MESSAGE01 test.</xsl:message> </xsl:template> -</xsl:stylesheet> +</xsl:stylesheet> \ No newline at end of file
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
