You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2002/04/03 20:22:15 UTC

cvs commit: xml-xerces/java/docs releases.xml faq-general.xml

neilg       02/04/03 10:22:15

  Modified:    java/docs releases.xml faq-general.xml
  Log:
  docs updates reflecting extensions to build file.
  
  Revision  Changes    Path
  1.112     +17 -1     xml-xerces/java/docs/releases.xml
  
  Index: releases.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/releases.xml,v
  retrieving revision 1.111
  retrieving revision 1.112
  diff -u -r1.111 -r1.112
  --- releases.xml	18 Mar 2002 15:49:26 -0000	1.111
  +++ releases.xml	3 Apr 2002 18:22:15 -0000	1.112
  @@ -1,5 +1,5 @@
   <?xml version='1.0' encoding='UTF-8'?>
  -<!-- $Id: releases.xml,v 1.111 2002/03/18 15:49:26 neilg Exp $ -->
  +<!-- $Id: releases.xml,v 1.112 2002/04/03 18:22:15 neilg Exp $ -->
   <!DOCTYPE releases SYSTEM 'dtd/releases.dtd'>
   <releases>
    <release version="TBD">
  @@ -7,6 +7,22 @@
         This release fixes a number of bugs, and adds some functionality.
     </desc>
     <changes>
  +    <update>
  +      <note>
  +        Compress jars by default.  We have not done so in the past,
  +        and it will be useful to see if this proves problematic or
  +        beneficial.
  +      </note>
  +      <submitter name="Neil Graham"/>
  +    </update>
  +    <add>
  +      <note>
  +        Added several build targets for building customized xercesImpl
  +        jarfiles.  Now we can build a DTD-only version, and a DTD-only
  +        version also excluding support for the HTML/WML DOM.
  +      </note>
  +      <submitter name="Neil Graham"/>
  +    </add>
       <fix>
         <note>
           Parser now reads external entities one chunk at a time, rather than a character at a time;
  
  
  
  1.24      +19 -0     xml-xerces/java/docs/faq-general.xml
  
  Index: faq-general.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/faq-general.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- faq-general.xml	4 Mar 2002 17:38:37 -0000	1.23
  +++ faq-general.xml	3 Apr 2002 18:22:15 -0000	1.24
  @@ -23,6 +23,25 @@
           </p>
       </a>
    </faq>
  + <faq title="Obtaining smaller jars">
  +   <q>I don&apos;t need all the features Xerces provides, but I&apos;m
  +   running in an environment where space is at a premium.  Is there
  +   anything I can do?
  + </q>
  + <a>
  +    <p>
  +    Partially to address this issue, we've recently begun to
  +    distribute compressed jarfiles instead of our traditionally
  +    uncompressed files.  But if you still need a smaller jar, and
  +    don&apos;t need things like support for XML Schema or the WML/HTML
  +    DOM implementations that Xerces provides, then look at the
  +    <code>dtdjars</code> and <code>tinyjars</code> targets in our
  +    buildfile.  <code>tinyjars</code> will generate a
  +    <code>xercesImpl.jar</code> fifty percent smaller than the one we
  +    distribute.
  +    </p>
  +  </a>
  + </faq>
    <faq title='Validation against DTD'>
     <q>How do I turn on DTD validation?</q>
     <a>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org