dleslie     00/12/19 09:46:19

  Modified:    java/xdocs/sources/xalan readme.xml
  Log:
  Updates for beta release.
  
  Revision  Changes    Path
  1.13      +3 -2      xml-xalan/java/xdocs/sources/xalan/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/readme.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- readme.xml        2000/12/19 16:02:38     1.12
  +++ readme.xml        2000/12/19 17:46:19     1.13
  @@ -90,12 +90,13 @@
        <jump href="http://www.w3.org/TR/xslt#literal-result-element";>Literal 
Result Elements</jump>. More simply, if the stylesheet calls for
        &lt;axsl:foo&gt; to be output as a literal result element, then it will 
be output as &lt;axsl:foo&gt; in the result, but the namespace
        associated with this "axsl" prefix will be as designated in the 
xsl:namespace-alias declaration.<br/><br/></li>
  -     <li>For HTML output, &xslt4j2; outputs character entity references 
(&amp;copy; etc.) for all the special characters designated in  
  +     <li>For HTML output, &xslt4j2; outputs character entity references 
(&amp;copy; etc.) for the special characters designated in  
        <jump href="http://www.w3.org/TR/xhtml1/#dtds";>Appendix A. DTDs of the 
XHTML 1.0: The Extensible HyperText Markup
        Language</jump>. &xslt4j; 1.x, on the other hand, outputs literal 
characters for some of these special characters.<br/><br/></li>
        <li>In conformance with the <jump 
href="http://www.w3.org/TR/xslt#section-HTML-Output-Method";>XSLT Recommendation 
on the HTML 
        Output Method</jump> and <jump 
href="http://www.w3.org/TR/REC-html40/appendix/notes.html#h-B.2.1";>Section 
B.2.1 of the HTML 4.0
  -     Recommendation</jump>, &xslt4j2; uses %hh encoding for non-ASCII 
characters in HTML URI attributes.</li>
  +     Recommendation</jump>, &xslt4j2; uses %hh encoding for each byte of the 
UTF-8 representation of non-ASCII characters in HTML URI
  +     attributes.</li>
        </ul>
        </s3><anchor name="bugs"/>
        &bugs-j;
  
  
  

Reply via email to