dleslie     02/01/30 08:04:13

  Modified:    java/xdocs/sources/xalan faq.xml readme.xml
  Log:
  1. Added note to readme.xml about doc changes.
  2. Corrected 256MG to 256KB in faq.xml.
  
  Revision  Changes    Path
  1.18      +1 -1      xml-xalan/java/xdocs/sources/xalan/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/faq.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- faq.xml   30 Jan 2002 14:23:52 -0000      1.17
  +++ faq.xml   30 Jan 2002 16:04:13 -0000      1.18
  @@ -291,7 +291,7 @@
   <faq title="StackOverflowError with recursive stylesheet">
   <q>Xalan dies with a java.lang.StackOverflowError when I run a deeply recursive 
stylesheet. The same stylesheet worked fine in the past (or on other machines). What's 
happening?</q>
   <a>
  -<p>That may not be our fault.  As of JDK 1.3.x, many Java Virtual Machine 
publishers reduced the default size of a thread's call stack from 1MB to 256MB. This 
allows more threads to run simultaneously, but it means that each thread is more 
limited in how deeply its function calls can be nested. </p>
  +<p>That may not be our fault.  As of JDK 1.3.x, many Java Virtual Machine 
publishers reduced the default size of a thread's call stack from 1MB to 256KB. This 
allows more threads to run simultaneously, but it means that each thread is more 
limited in how deeply its function calls can be nested. </p>
   
   <p>Some JVMs may offer an option that allows you to raise this limit. For example, 
in Sun JDK 1.3.1 you can start JVM with the -Xss1m option to allow each thread to use 
a full megabyte.  Other JVMs may set this in other ways, or may not allow you to 
control it at all; check the documentation on your system for details.</p>
   
  
  
  
  1.74      +4 -2      xml-xalan/java/xdocs/sources/xalan/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/readme.xml,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- readme.xml        25 Jan 2002 19:49:26 -0000      1.73
  +++ readme.xml        30 Jan 2002 16:04:13 -0000      1.74
  @@ -77,7 +77,7 @@
      </ul>
        <anchor name="done"/>
        <s3 title="Changes since &xslt4j; 2.2">
  -     <p>&xslt4j-current; includes a couple of global adjustments:</p>
  +     <p>&xslt4j-current; includes two global adjustments:</p>
        <ul>
        <li>This release is integrated with release 2 of &xml4j;.</li>
        <li>This release does not include support for the deprecated &xslt4j; 1 
compatability API. The &xslt4j; 1 compatability code does 
  @@ -86,7 +86,9 @@
        <p>Our <link idref="samples" anchor="sql">SQL extension samples</link> 
continue to use InstantDB, but based on our realization of changes 
        that have occurred in the licensing of InstantDB, we no longer include 
InstantDB and the associated sample database with our distibution.
        We do, however, provide information on how to <link idref="samples" 
anchor="instantdbsetup">set up InstantDB</link> to support our SQL 
  -     extension samples.</p>    
  +     extension samples.</p>
  +     <p>Documentation updates: We have subdivided the release notes into multiple 
files to accelerate HTML document loading, and we have added a
  +     document on <link idref="features">Transform features</link>.</p>    
        &done-j;
        </s3>
        <anchor name="other"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to