dleslie     01/01/25 12:53:11

  Modified:    java/xdocs/sources/xalan DONE
  Log:
  Another bug fix: TransformerException
  
  Revision  Changes    Path
  1.29      +2 -0      xml-xalan/java/xdocs/sources/xalan/DONE
  
  Index: DONE
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/DONE,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- DONE      2001/01/25 19:19:33     1.28
  +++ DONE      2001/01/25 20:53:08     1.29
  @@ -16,6 +16,8 @@
     <li>When using an Exception to instantiate a FactoryConfigurationError 
(extends Error), we now propagate the Exception message to 
     super().<br/><br/></li>
     <li>Added defensive code to ElemTemplateElement for handling a null 
URI.<br/><br/></li>
  +  <li>When using an Exception to instantiate a TransformerException (extends 
Exception), we now propagage the Exception message to super() 
  +  rather than a generic message.<br/><br/></li>
     <li>Fixed a bug (the generation of an unwanted entity reference) 
performing the identity transformation 
     (see <link idref="usagepatterns" anchor="serialize">Serializing 
output</link>) with an XML document containing a DOCTYPE declaration.</li>
   </ul>
  
  
  

Reply via email to