dleslie     01/01/25 08:39:54

  Modified:    java/xdocs/sources/xalan DONE
  Log:
  Added 2 Costin bug fixes to list.
  
  Revision  Changes    Path
  1.25      +4 -1      xml-xalan/java/xdocs/sources/xalan/DONE
  
  Index: DONE
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/DONE,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- DONE      2001/01/25 15:50:49     1.24
  +++ DONE      2001/01/25 16:39:52     1.25
  @@ -4,11 +4,14 @@
   <ul>
     <li>A threading problem showed up when using multiple processors. We fixed 
it by using a separate XPathContext object to do whitespace node
      matches (xsl:strip-space).<br/><br/></li>
  -  <li>Fixed a bug running Norm Walsh's docbook stylesheets by not setting 
the variable stack position if the TreeWalker is not owned by a
  +  <li>Fixed a bug running Norm Walsh's DocBook stylesheets by not setting 
the variable stack position if the TreeWalker is not owned by a
     top-level NodeIterator.<br/><br/></li>
  +  <li>Also fixed a null pointer problem that surfaced processing DocBook 
styleshets.<br/><br/></li>
     <li>In the interest of stability, we now treat "unknown error in XPath" as 
a fatal error.<br/><br/></li>
     <li>Added support in stylesheet processing instructions for "text/xml" and 
"application/xml+xslt" mime types.<br/><br/></li>
     <li>Fixed tokenizing of stylesheet processing instructions to allow 
parameters to be passed to server in href attributes.</li>
  +  <li>Fixed a bug passing Transformer creation error messages to 
ErrorListener when an ErrorListener has been set on TransformerFactory.</li>
  +  <li>When using an Exception to instantiate a FactoryConfigurationError 
(extends Error), propagate the Exception message to super().</li>
   </ul>
   <p><em>Bug fixes in the <link idref="usagepatterns" 
anchor="compat">Xalan-Java 1 compatibility API</link>:</em></p>
   <ul>
  
  
  

Reply via email to