dmarston 01/06/11 08:10:33 Modified: test/tests/conf/output output05.xsl Log: Add more tags that behave like <img> Revision Changes Path 1.2 +4 -12 xml-xalan/test/tests/conf/output/output05.xsl Index: output05.xsl =================================================================== RCS file: /home/cvs/xml-xalan/test/tests/conf/output/output05.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- output05.xsl 2000/12/15 22:54:51 1.1 +++ output05.xsl 2001/06/11 15:10:31 1.2 @@ -1,24 +1,16 @@ <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> - <xsl:output method="html"/> + <!-- FileName: OUTP05 --> <!-- Document: http://www.w3.org/TR/xslt --> <!-- DocVersion: 19991116 --> <!-- Section: 16.2 --> - <!-- Purpose: Test for extra space around the img tag --> + <!-- Purpose: Test for "whitespace sensitive" html tags; <img>, <applet>, <object> --> <xsl:template match="/"> - <HTML> - <TABLE> - <tr> - <td><img src="image1.gif"/></td> - </tr> - <tr> - <td><img src="image2.gif"/></td> - </tr> - </TABLE> - </HTML> + <HTML><TABLE><tr><td><img src="image1.gif"/></td></tr><tr><td><img src="image2.gif"/></td></tr> + <tr><td><applet code="clock.class"/></td></tr><tr><td><object/></td></tr></TABLE></HTML> </xsl:template> </xsl:stylesheet>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
