You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@apache.org on 2001/02/13 22:42:37 UTC

cvs commit: xml-xalan/c/xdocs/sources/xalan BUGS DONE

dleslie     01/02/13 13:42:37

  Modified:    c/xdocs/sources/xalan BUGS DONE
  Log:
  Incoroprated info from Paul on bug fixes.
  
  Revision  Changes    Path
  1.5       +0 -6      xml-xalan/c/xdocs/sources/xalan/BUGS
  
  Index: BUGS
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/BUGS,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- BUGS	2000/10/10 20:28:13	1.4
  +++ BUGS	2001/02/13 21:42:36	1.5
  @@ -1,18 +1,12 @@
   <s3 title="Bugs">
   <p>Open bugs:</p>
   <ul>
  -<li>Problems mapping namespaces from the stylesheet to the source document, and elements do not inherit namespaces correctly<br/><br/></li>
   <li>&lt;xsl:copy-of ...&gt; within an attribute element does not include CRLFs (if any) in the result.<br/><br/></li>
  -<li>If you use &lt;xsl:output method="HTML"&gt; to generate HTML with a &lt;HEAD&gt; element, the &lt;HEAD&gt; element fails to include a &lt;META&gt; tag (with the encoding).<br/><br/></li>
   <li>&lt;xsl:number&gt; does not support letter-value="traditional" for "classical" Greek numbering.<br/><br/></li>
   <li>Unable to sort in reverse document order based on position. <br/><br/></li>
   <li>Does not support six or more digits of numerical precision after the decimal.<br/><br/></li>
   <li>&lt;xsl:fallback&gt; within a top-level function is not recognized and does not throw an error.<br/><br/></li>
   <li>The document() function generates a syntax error if called in the following manner: document(<ref>string</ref>,/).<br/><br/></li>
  -<li>Problems using key() in match patterns to find descendants. For example, key('mykey','Introduction')//p finds all p elements, not just those that match the criteria.<br/><br/></li>
  -<li>The id() function doesn't work in some complex match patterns.<br/><br/></li>
  -<li>In some cases, output a single CDATA section in multiple single-character CDATA sections.<br/><br/></li>
  -<li>Minor problems outputting whitespace characters.</li>
   </ul>
     <note>Please report any bugs you find to the <human-resource-ref idref="xalandev"/>, and please note in the subject line that the bug applies to &xslt4c;.</note>
   </s3>    
  
  
  
  1.10      +8 -2      xml-xalan/c/xdocs/sources/xalan/DONE
  
  Index: DONE
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/DONE,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- DONE	2001/02/12 21:43:48	1.9
  +++ DONE	2001/02/13 21:42:36	1.10
  @@ -9,8 +9,14 @@
   (<link idref="samples" anchor="apachemodulexslt">ApacheModuleXSLT</link>). ApacheModuleXSLT also shows how to run &xslt4c; on an
   Apache Web server.<br/><br/></li>
   <li>Added the <link idref="samples" anchor="streamtransform">StreamTransform</link> sample.<br/><br/></li>
  -<li>xxxxxxxxxx<br/><br/></li>
  -<li>yyyyyyyyyy<br/><br/></li>
  +<li>Fixed namespace mapping and inheritance problems.<br/><br/></li>
  +<li>Fixed failure of &lt;copy-of ...&gt; to include CRLFs (if any) in the result.<br/><br/></li>
  +<li>Fixed HTML output method bug. The &lt;HEAD&gt; element was not including a &lt;META&gt; tag with the encoding.<br/><br/></li>
  +<li>Fixed bug using key() im match patterns to find descendants.<br/><br/></li>
  +<li>Fixed bug using the id() function in complex match patterns.<br/><br/></li>
  +<li>Fixed problem outputting multiple single-character CDATA sections.<br/><br/></li>
  +<li>Fixed problem outputting whitespace characters.<br/><br/></li>
  +<li><br/><br/></li>
   <li>zzzzzzzzzzzzzz</li>
   </ul>
   </s3>