dleslie     00/07/21 11:17:08

  Modified:    xdocs/sources/xalan DONE
  Log:
  For version 1.2.D01
  
  Revision  Changes    Path
  1.19      +3 -3      xml-xalan/xdocs/sources/xalan/DONE
  
  Index: DONE
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/DONE,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- DONE      2000/07/21 17:39:26     1.18
  +++ DONE      2000/07/21 18:17:08     1.19
  @@ -1,13 +1,13 @@
   <s3 title="Changes since &xslt4j; version 1.1">
   <p>For this release, we have applied patches that a number of developers 
have submitted to <human-resource-ref idref="xalandev"/>. If you run across a 
problem with &xslt4j;, we strongly encourage you to write a patch and submit it 
to us. We will review it to make sure it doesn't break something else, and 
(assuming it doesn't) include it in our next release. In the interest of fixing 
bugs, adding enhancements, and addressing a host of thorny design issues, we 
sincerely want (and need!) your active participation in the ongoing development 
of Xalan.</p>
   <ul>
  -<li>Patch submitted by Sergei S. Ivanov: Fixed XNumber.java so that the 
string function does not apply the current locale setting when formatting 
numbers. In other words, the locale setting will not override the format 
applied in the string function.<br/><br/></li>
  +<li>Patch submitted by Sergei Ivanov: Fixed XNumber.java so that the string 
function does not apply the current locale setting when formatting numbers. In 
other words, the locale setting will not override the format applied in the 
string function.<br/><br/></li>
   <li>Patch to FormatterToDOM.java and StylesheetRoot.java submitted by Bernd 
K&ouml;cke: Enables transformation of a DOM beginning with an Element-Node or 
DocumentFragment-Node.<br/><br/></li>
   <li>Patch to XMLParserLiaisonDefault.java submitted by Bernd K&ouml;cke: 
Changed ProblemListener variable to non-static, so users working in a 
multithreaded environment can can log errors from multiple 
ProblemListeners.<br/><br/></li>
   <li>Patch to FuncFormatNumb submitted by Dimitry Voytenko: Supplied missing 
curly braces in an else clause.<br/><br/></li>
   <li>Patch to XPath.java submitted by Naohiko Uramoto: Increased 
MAXTOKENQUEUSIZE from 500 to 2000 to support longer XPath 
expressions.<br/><br/></li>
  -<li>Patches to XObject.java, XBoolean.java, XNodeSet.java, XNull.java, 
XNumber.java, XtreeFrag.java, and XString.java submitted by Gary L. Peskin: 
GetTypeString() method changed from private to protected, so that it returns an 
appropriate message for each node type.<br/><br/></li>
  -<li>Patch to SimpleNodeLocator.java submitted by Gary L. Peskin: Fixes the 
problem with complex XPath expressions including steps after a union that were 
raising an access error and not returning the correct node-set.<br/><br/></li>
  +<li>Patches to XObject.java, XBoolean.java, XNodeSet.java, XNull.java, 
XNumber.java, XtreeFrag.java, and XString.java submitted by Gary Peskin: 
GetTypeString() method changed from private to protected, so that it returns an 
appropriate message for each node type.<br/><br/></li>
  +<li>Patch to SimpleNodeLocator.java submitted by Gary Peskin: Fixes the 
problem with complex XPath expressions including steps after a union that were 
raising an access error and not returning the correct node-set.<br/><br/></li>
   </ul>
   <p>A couple of other patches are still under investigation.</p>
   <ul>
  
  
  

Reply via email to