dleslie     00/12/18 06:27:45

  Modified:    java/xdocs/sources/xalan BUGS STATUS
  Log:
  Updates for beta release.
  
  Revision  Changes    Path
  1.7       +1 -1      xml-xalan/java/xdocs/sources/xalan/BUGS
  
  Index: BUGS
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/BUGS,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- BUGS      2000/12/04 17:23:40     1.6
  +++ BUGS      2000/12/18 14:27:42     1.7
  @@ -1,5 +1,5 @@
   <s3 title="Open bugs and bug reporting">
  -<p>We are aware of the following limitations and problems in this alpha 
release:</p>
  +<p>We are aware of the following limitations and problems in this beta 
release:</p>
   <ul>
   <li>When format-number() should format NaN or infinity, it generates the 
wrong string if default strings are used. <em>Workaround:</em> declare the 
strings in an xsl:decimal-format instruction at the top of the 
stylesheet.<br/><br/></li>
   <li>Text nodes containing entity references are split into multiple 
nodes.<br/><br/></li>
  
  
  
  1.6       +2 -2      xml-xalan/java/xdocs/sources/xalan/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/STATUS,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- STATUS    2000/12/07 17:05:56     1.5
  +++ STATUS    2000/12/18 14:27:43     1.6
  @@ -1,6 +1,6 @@
     <s3 title="Version of Xerces to use"> 
   <p>The &xslt4j-current; has been tested with &xml4j-used;. &download; For 
information about including xerces.jar on the system class path, see <link 
idref="getstarted" anchor="classpath">Setting up the system class 
path</link>.</p>
   <p><em>Important</em> You may experience unpredictable anomalies if your 
Xalan and Xerces builds are not in synch. If you download an update to Xalan, 
check the release notes to determine which version of Xerces you should use.</p>
  -<note>You can use Xalan with other XMLReaders that implement the 
<resource-ref idref="jaxp"/>. See 
  -<link idref="usagepatterns" anchor="xmlreader">Setting the 
XMLReader</link>.</note>
  +<note>You can use Xalan with other XML parsers that implement the 
<resource-ref idref="jaxp"/>. See 
  +<link idref="usagepatterns" anchor="plug">Plugging in the Transformer and 
XML parser</link>.</note>
   </s3>
  
  
  

Reply via email to