dleslie 01/01/26 10:08:46
Modified: java/xdocs/sources/xalan DONE readme.xml
Log:
Added a bug fix and a note about the negative test bugs.
Revision Changes Path
1.33 +5 -5 xml-xalan/java/xdocs/sources/xalan/DONE
Index: DONE
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/DONE,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- DONE 2001/01/26 15:35:16 1.32
+++ DONE 2001/01/26 18:08:44 1.33
@@ -25,15 +25,15 @@
which will make a major difference in getting line number
information.<br/><br/></li>
<li>xsl:element's handling of namespace attribute and prefix in
name attribute changed so that it no longer manufactures prefixes...
- it always tries its best to match the prefix entered.<br/><br/></li>
-
+ it always tries its best to match the prefix entered.<br/><br/></li>
<li>Bug fixed with namespace contexts in the stylesheet processor.
- The bug could cause <a xmlns:a="x"><b> to produce <a
xmlns:a="x"><b xmlns:a="x">.<br/><br/></li>
-
+ The bug could cause <a xmlns:a="x"><b> to produce <a
xmlns:a="x"><b xmlns:a="x">.<br/><br/></li>
<li>Modified processing of xsl:message to enhance it as a debugging aid.
Line numbers are now output with each
message. If the terminate attribute is true (the default is false) the
message is sent to the console, and an exception is thrown with the
message "Stylesheet directed termination".<br/><br/></li>
- <li>In TransformerException, check that the cause != null when checking
for a contained exception.</li>
+ <li>In TransformerException, check that the cause != null when checking
for a contained exception.<br/><br/></li>
+ <li>Fixed a problem validating non-namespaced attributes and a problem
allowing non-namespaced attributes to be children of the
+ stylesheet element.</li>
</ul>
<p><em>Bug fixes in the <link idref="usagepatterns"
anchor="compat">Xalan-Java 1 compatibility API</link>:</em></p>
<ul>
1.24 +3 -1 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.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- readme.xml 2001/01/25 17:24:45 1.23
+++ readme.xml 2001/01/26 18:08:44 1.24
@@ -109,7 +109,9 @@
"[Xalan-J 2 BUG]" in the subject line. We strongly encourage you write
patches for problems you find and submit them to
[EMAIL PROTECTED] We review the patches we receive to make sure they
do not break something else, and (assuming they
do not) include them in our next release. In the interest of fixing
bugs, adding enhancements, and addressing outstanding design issues,
- we sincerely want (and need!) your active participation in the ongoing
development of Xalan.</p>
+ we sincerely want (and need!) your active participation in the ongoing
development of Xalan.</p>
+ <note>Most of the bugs reported below have been generated by "negative
tests," that is they indicate a failure to catch and/or return a
+ useful message when the XSL transformer encounters a stylesheet syntax
error.</note>
&bugs-j;
<p>Xerces bug in &xml4j-used;:</p>
<ul>