dleslie     01/01/31 08:33:44

  Modified:    java/xdocs/sources/xalan DONE
  Log:
  Added 2 late-breaking bug fixes.
  
  Revision  Changes    Path
  1.42      +3 -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.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- DONE      2001/01/30 13:14:59     1.41
  +++ DONE      2001/01/31 16:33:44     1.42
  @@ -45,7 +45,9 @@
      <li>When Xalan creates a FileOutputStream, it now closes the stream 
before exiting.<br/><br/></li>
      <li>Fixed handling of an exception that can be thrown while building a 
DOM.<br/><br/></li>
      <li>Fixed a problem reported by Dimitry Voytenko serializing compiled 
stylesheets.<br/><br/></li>
  -   <li>For support of applets, modified TransformerFactory 
System.getProperty() calls to catch SecurityExceptions.</li>   
  +   <li>For support of applets, modified TransformerFactory 
System.getProperty() calls to catch SecurityExceptions.<br/><br/></li>
  +   <li>Fixed a bug reported by Krishna Mohan Meduri setting output 
properties.<br/><br/></li>
  +   <li>Fixed error recovery when xsl:element encounters a bad name or 
unresolvable prefix.</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