You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@apache.org on 2001/02/01 16:35:53 UTC

cvs commit: xml-xalan/java/xdocs/sources/xalan DONE samples.xml

dleslie     01/02/01 07:35:52

  Modified:    java/xdocs/sources/xalan DONE samples.xml
  Log:
  Added note on trax sample.
  Added to list of bug fixes.
  
  Revision  Changes    Path
  1.43      +6 -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.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- DONE	2001/01/31 16:33:44	1.42
  +++ DONE	2001/02/01 15:35:49	1.43
  @@ -47,7 +47,12 @@
      <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.<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>
  +   <li>Fixed error recovery when xsl:element encounters a bad name or unresolvable prefix.<br/><br/></li>
  +   <li>Added AbstractMethodError handling to existing NoSuchMethodError handling as a fallback to the XMLReaderFactory for XML parsers that do
  +       not implement the JAXP parsers interface for creating an XMLReader<br/><br/></li>
  +   <li>Fixed bug with cloned iterators reported by Tim Sean.<br/><br/></li>
  +   <li>Fixed null pointer exception that could occur with getValue("xxx").<br/><br/></li>
  +   <li>Fixed bug reported by Tim Sean handling the xml:space attribute.</li>
   </ul>
   <p><em>Bug fixes in the <link idref="usagepatterns" anchor="compat">Xalan-Java 1 compatibility API</link>:</em></p>
   <ul>
  
  
  
  1.25      +1 -0      xml-xalan/java/xdocs/sources/xalan/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/samples.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- samples.xml	2001/01/26 15:07:14	1.24
  +++ samples.xml	2001/02/01 15:35:50	1.25
  @@ -305,6 +305,7 @@
         Interface</link></p>
        </s2><anchor name="trax"/>
        <s2 title="trax">
  +     <note>&traxsamplenote;</note>
        <p>What it does: run a number of samples illustrating uses of the <resource-ref idref="trax"/> interfaces.</p>
        <p>Run this sample from the trax subdirectory with</p>
        <p><code>java Examples</code></p>