You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/06/15 21:19:14 UTC

cvs commit: xml-xerces/c/doc faq-distrib.xml program.xml

tng         01/06/15 12:19:14

  Modified:    c/doc    faq-distrib.xml program.xml
  Log:
  ICU 1.8.1 update
  
  Revision  Changes    Path
  1.10      +4 -5      xml-xerces/c/doc/faq-distrib.xml
  
  Index: faq-distrib.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/faq-distrib.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- faq-distrib.xml	2001/05/09 17:35:58	1.9
  +++ faq-distrib.xml	2001/06/15 19:19:12	1.10
  @@ -55,19 +55,18 @@
               encodings, say in Shift-JIS, Big5 etc., then you cannot
               use Xerces-C. XML4C addresses this need. It combines Xerces-C
               and <jump
  -            href="http://www10.software.ibm.com/developerworks/opensource/icu/index.html">
  +            href="http://oss.software.ibm.com/icu/">
               International Components for Unicode (ICU)</jump> and
               provides support for over 100 different encodings.</p>
   
               <p>ICU is also an open source project but is licensed
               under the <jump
  -            href="http://www10.software.ibm.com/developerworks/opensource/license10.html">
  -            IBM Public License</jump>. XML4C is published by IBM and
  +            href="http://www.x.org/terms.htm">
  +            X License</jump>. XML4C is published by IBM and
               can be downloaded from their <jump
               href="http://www.alphaworks.ibm.com/tech/xml4c">Alphaworks</jump>
               site. The license to use XML4C is simply to comply with
  -            the Apache license (because of Xerces-C) and IBM Public
  -            License (because of ICU).</p>
  +            the Apache license (because of Xerces-C) and X License (because of ICU).</p>
   
               <p>XML4C binaries are published for Solaris using SunWorkshop
               compiler, HPUX 10.20 and 11.0 using CC and aCC, Redhat
  
  
  
  1.11      +4 -4      xml-xerces/c/doc/program.xml
  
  Index: program.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/program.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- program.xml	2001/06/08 14:25:24	1.10
  +++ program.xml	2001/06/15 19:19:13	1.11
  @@ -527,7 +527,7 @@
         <note>The ICU classes are a more general solution to UNICODE
           character handling for C++ applications.  ICU is an Open
           Source Unicode library, available at the <jump
  -        href="http://www.software.ibm.com/developerworks/opensource/icu/index.html">IBM
  +        href="http://oss.software.ibm.com/icu/">IBM
           DeveloperWorks website</jump>.</note>
   
       </s3>
  @@ -713,7 +713,7 @@
   
       <anchor name="IDOMObjMemMgmt"/>
       <s3 title="Objects and Memory Management">
  -      <p>The C++ IDOM implementation no longer uses reference counting for 
  +      <p>The C++ IDOM implementation no longer uses reference counting for
            automatic memory management.  The storage for a DOM document is
            associated with the document node object. Applications would use
            normal C++ pointers to directly access the implementation objects
  @@ -736,7 +736,7 @@
         <source>
   // DOM C++
   DOM_Node       aNode;
  -DOM_Node docRootNode;       
  +DOM_Node docRootNode;
   aNode = someDocument.createElement("ElementName");
   docRootNode = someDocument.getDocumentElement();
   docRootNode.appendChild(aNode);
  @@ -747,7 +747,7 @@
            The advantage here is that allocation would require no synchronization
            in most cases (based on the the same threading model that we
            have now - one thread active per document, but any number of
  -         documents running in parallel with separate threads).         
  +         documents running in parallel with separate threads).
         </p>
   
         <p>The allocator does not support a delete operation at all - all
  
  
  

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