You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2001/06/22 23:31:10 UTC

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

dmarston    01/06/22 14:31:10

  Modified:    test/tests/conf/output output33.xsl
  Log:
  Eliminate distracting character representation issue
  
  Revision  Changes    Path
  1.3       +15 -16    xml-xalan/test/tests/conf/output/output33.xsl
  
  Index: output33.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/output/output33.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- output33.xsl	2001/01/31 22:39:43	1.2
  +++ output33.xsl	2001/06/22 21:31:10	1.3
  @@ -1,32 +1,31 @@
  -<?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"/>
   
  -  <!-- FileName: OUTP33 -->
  +  <!-- FileName: output33 -->
     <!-- Document: http://www.w3.org/TR/xslt -->
     <!-- DocVersion: 19991116 -->
     <!-- Section: 16.2 HTML Output Method -->
     <!-- Purpose: html output method should not output an end-tag
  -  	   for empty elements. -->
  +  	   for designated empty elements. -->
   
   <xsl:template match="/">
     <HTML>
  -	<area test="&amp;"/>
       <area>
  -        <xsl:attribute name="href">cgiprogram?param1=1&amp;Param2=2</xsl:attribute>
  +      <xsl:attribute name="tabindex">2</xsl:attribute>
       </area>	
       <base/>
  -	<basefont/>
  -	<br/>
  -	<col/>
  -	<frame/>
  -	<hr width="100"/>
  -	<img/>
  -	<input/>
  -	<isindex/>
  -	<link/>
  -	<meta/>
  -	<param/>
  +    <basefont/>
  +    <br/>
  +    <col/>
  +    <frame/>
  +    <hr width="100"/>
  +    <img/>
  +    <input/>
  +    <isindex/>
  +    <link/>
  +    <meta/>
  +    <param/>
     </HTML>
   </xsl:template>
   
  
  
  

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