dleslie     99/12/16 15:29:23

  Modified:    .        BUGS
  Log:
  Paul filled in list of known bugs
  
  Revision  Changes    Path
  1.3       +25 -4     xml-xalan/BUGS
  
  Index: BUGS
  ===================================================================
  RCS file: /home/cvs/xml-xalan/BUGS,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BUGS      1999/12/16 16:19:33     1.2
  +++ BUGS      1999/12/16 23:29:22     1.3
  @@ -1,7 +1,28 @@
   <s3 title="Known bugs">
  -  <p>We are aware of the following bugs:</p>
  -    <ul>
  -      <li><p></p></li>
  -      <li><p></p></li>
  +  <p>We are aware of the following bugs (SPR ID# and description):</p>
  +    <ul>                                
  +<li><p>DMAN465L5N&nbsp;&nbsp;Browser hangs when running demo</p></li>
  +<li><p>DMAN465R2V&nbsp;&nbsp;LotusXSL demo page doesn't work in HotJava 
Browser/Linux</p></li>
  +<li><p>DMAN465KYD&nbsp;&nbsp;Demo page exposes possible timing issue</p></li>
  +<li><p>SBOG45VNAM&nbsp;&nbsp;uri() function doesn't take into account the 
base uri of the stylesheet</p></li>
  +<li><p>DMAN46HSBF&nbsp;&nbsp;Non-expanded entity references are lost</p></li>
  +<li><p>SBOG45UNB6&nbsp;&nbsp;Need better error reporting in Browsers</p></li>
  +<li><p>DMAN465LF8&nbsp;&nbsp;Problem with relative URIs in nested 
import/include</p></li>
  +<li><p>DMAN4DHPJT&nbsp;&nbsp;Numeric sorting of NaN inconsistent; spec 
doesn't address</p></li>
  +<li><p>MMIY4ELLNZ&nbsp;&nbsp;Error reporting mechanism needs major 
improvements</p></li>
  +<li><p>PDIK4DVTJS&nbsp;&nbsp;Marginal error reporting for toplevel elements 
with undefined namespaces.</p></li>
  +<li><p>DMAN4DXQLE&nbsp;&nbsp;Mistaken use of I instead of "or" causes a 
crash</p></li>
  +<li><p>PDIK4DRPKM&nbsp;&nbsp;Use of 9/5 in a xpath expression generates a 
cryptic error message</p></li>
  +<li><p>PDIK4E6MR3&nbsp;&nbsp;Concat() and last() do not check for number of 
arguments</p></li>
  +<li><p>SCUU4EMMUC&nbsp;&nbsp;ValidateXPath sample throws exception with 
illegal xpath</p></li>
  +<li><p>DMAN4E7UU8&nbsp;&nbsp;Included stylesheets need distinguished 
namespaces, etc.</p></li>
  +<li><p>PDIK4DJS4Q&nbsp;&nbsp;cdata-section-elements not outputting literal 
result element correctly</p></li>
  +<li><p>PDIK4E4KCL&nbsp;&nbsp;Not allowed to have xsl:apply-imports within a 
xsl:for-each</p></li>
  +<li><p>PDIK4E6NZE&nbsp;&nbsp;Stylesheet should not contain more then 1 
template with the same name</p></li>
  +<li><p>DMAN4DHPAR&nbsp;&nbsp;LotusXSL should escape double-quotes in 
attribute</p></li>
  +<li><p>SCUU4ELPRP&nbsp;&nbsp;TestThreads: running processors on multiple 
threads throws exceptions</p></li>
  +<li><p>SCUU4ELPVP&nbsp;&nbsp;Performance: XT is often faster than 
LotusXSL</p></li>
  +<li><p>SCUU4ELPWT&nbsp;&nbsp;Samples do not compile from LotusXSL 
distribution</p></li>
       </ul>
  + <p>The format-number function sometimes behaves incorrectly when the second 
argument (pattern-string) has two sub-patterns for positive and negative 
numbers. You may find that you do not get a minus sign on negative numbers. You 
can either avoid using the second pattern or insert a literal minus sign at the 
front of the second pattern. If you choose the latter, you will have to re-edit 
the pattern when we fix the problem. There may also be incorrect behavior if 
you set the zer0-digit to a different character.</p>
   </s3>    
  
  
  

Reply via email to