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 Browser hangs when running demo</p></li>
+<li><p>DMAN465R2V LotusXSL demo page doesn't work in HotJava
Browser/Linux</p></li>
+<li><p>DMAN465KYD Demo page exposes possible timing issue</p></li>
+<li><p>SBOG45VNAM uri() function doesn't take into account the
base uri of the stylesheet</p></li>
+<li><p>DMAN46HSBF Non-expanded entity references are lost</p></li>
+<li><p>SBOG45UNB6 Need better error reporting in Browsers</p></li>
+<li><p>DMAN465LF8 Problem with relative URIs in nested
import/include</p></li>
+<li><p>DMAN4DHPJT Numeric sorting of NaN inconsistent; spec
doesn't address</p></li>
+<li><p>MMIY4ELLNZ Error reporting mechanism needs major
improvements</p></li>
+<li><p>PDIK4DVTJS Marginal error reporting for toplevel elements
with undefined namespaces.</p></li>
+<li><p>DMAN4DXQLE Mistaken use of I instead of "or" causes a
crash</p></li>
+<li><p>PDIK4DRPKM Use of 9/5 in a xpath expression generates a
cryptic error message</p></li>
+<li><p>PDIK4E6MR3 Concat() and last() do not check for number of
arguments</p></li>
+<li><p>SCUU4EMMUC ValidateXPath sample throws exception with
illegal xpath</p></li>
+<li><p>DMAN4E7UU8 Included stylesheets need distinguished
namespaces, etc.</p></li>
+<li><p>PDIK4DJS4Q cdata-section-elements not outputting literal
result element correctly</p></li>
+<li><p>PDIK4E4KCL Not allowed to have xsl:apply-imports within a
xsl:for-each</p></li>
+<li><p>PDIK4E6NZE Stylesheet should not contain more then 1
template with the same name</p></li>
+<li><p>DMAN4DHPAR LotusXSL should escape double-quotes in
attribute</p></li>
+<li><p>SCUU4ELPRP TestThreads: running processors on multiple
threads throws exceptions</p></li>
+<li><p>SCUU4ELPVP Performance: XT is often faster than
LotusXSL</p></li>
+<li><p>SCUU4ELPWT 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>