dleslie     01/02/15 08:45:12

  Modified:    c/xdocs/sources xalan.xml xalanLocal.xml
               c/xdocs/sources/xalan faq.xml index.xml overview.xml
                        usagepatterns.xml
  Log:
  Added link to Testing.
  Added FAQ from Xerces on untarring on Solaris.
  Added warning to index on untarring Solaris distribution.
  
  Revision  Changes    Path
  1.7       +3 -2      xml-xalan/c/xdocs/sources/xalan.xml
  
  Index: xalan.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- xalan.xml 2001/02/13 15:55:21     1.6
  +++ xalan.xml 2001/02/15 16:45:05     1.7
  @@ -126,7 +126,8 @@
   <external href="http://xml.apache.org/bugs/";  
             label="Bug reporting"/>
   
  -<separator/>
  -
  +<external href="http://xml.apache.org/xalan-j/test/run.html#how-to-run-c";  
  +          label="Testing"/>
  +          
   </book>
     
  
  
  
  1.4       +3 -0      xml-xalan/c/xdocs/sources/xalanLocal.xml
  
  Index: xalanLocal.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalanLocal.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- xalanLocal.xml    2000/09/01 19:23:12     1.3
  +++ xalanLocal.xml    2001/02/15 16:45:06     1.4
  @@ -113,4 +113,7 @@
    <separator/>
    
    <external href="http://xml.apache.org/bugs/";  label="Bug reporting"/>
  + 
  + <external href="http://xml.apache.org/xalan-j/test/run.html#how-to-run-c";  
label="Testing"/>
  +
   </book>
  
  
  
  1.13      +24 -1     xml-xalan/c/xdocs/sources/xalan/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/faq.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- faq.xml   2001/02/14 21:05:52     1.12
  +++ faq.xml   2001/02/15 16:45:09     1.13
  @@ -100,9 +100,32 @@
   
   <a><p>The International Components for Unicode(ICU) is a C and C++ library 
that provides robust and full-featured Unicode support on a wide variety of 
platforms. &xslt4c; uses the ICU to extend support for encoding, number 
formatting, and sorting.</p> 
   <p>The ICU is available for download from <jump 
href="http://oss.software.ibm.com/developerworks/opensource/icu/project/index.html";>http://oss.software.ibm.com/developerworks/opensource/icu/project/index.html</jump>.</p>
  -<p>For more details see: <link idref="usagepatterns" anchor="icu">Using the 
International Components for Unicode (ICU)</link>.</p></a>
  +<p>For more details see: <link idref="usagepatterns" anchor="icu">Using the 
International Components for Unicode (ICU)</link>.<anchor 
name="gnutar"/></p></a>
   </faq>
   
  +   <faq title="I am getting a tar checksum error on Solaris. What's the 
problem?">
  +      <q>I am getting a tar checksum error on Solaris. What's the 
problem?</q>
  +      <a>
  +         <p>The problem is caused by a limitation in the original tar spec, 
which
  +            prevented it from archiving files with long pathnames.  
Unfortunately,
  +            various current versions of tar use different extensions for 
eliminating
  +            this restriction which are incompatible with each other (or they 
do not
  +            remove the restriction at all).  Rather than altering the 
pathnames for
  +            the xerces-c package, which would make them compatible with the 
original
  +            tar spec but make it more difficult to know what was where, it 
was
  +            decided to use GNU tar (gtar), which handles arbitrarily long 
pathnames
  +            and is freely available on every platform on which xerces-c is
  +            supported.  If you don't already have GNU tar installed on your 
system,
  +            you can obtain it from the Free Software Foundation
  +            <jump href="http://www.gnu.org/software/tar/tar.html";>
  +            http://www.gnu.org/software/tar/tar.html</jump>.  For additional
  +            background information on this problem, see the online manual
  +            <jump 
href="http://www.gnu.org/manual/tar/html_node/tar_117.html#SEC112";>
  +            GNU tar and POSIX tar </jump> for the utility.
  +         </p>
  +      </a>
  +   </faq>
  +   
   <faq title="&xslt4c; in Apache">
   <q>Is it possible to run &xslt4c; from an Apache server?</q>
   
  
  
  
  1.23      +2 -1      xml-xalan/c/xdocs/sources/xalan/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/index.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- index.xml 2001/02/14 21:42:01     1.22
  +++ index.xml 2001/02/15 16:45:09     1.23
  @@ -102,7 +102,8 @@
         </tr>
         <tr>
           <td>Solaris 2.6</td>
  -        <td><resource-ref idref="xslt4c-solaris-download"/></td>
  +        <td><resource-ref idref="xslt4c-solaris-download"/>*<br/>
  +        *Use GNU tar to untar; see <link idref="faq" 
anchor="gnutar">FAQs</link></td>
           <td>Workshop 4.2</td>
         </tr>      
        </table>
  
  
  
  1.13      +2 -0      xml-xalan/c/xdocs/sources/xalan/overview.xml
  
  Index: overview.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/overview.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- overview.xml      2001/02/08 15:54:58     1.12
  +++ overview.xml      2001/02/15 16:45:10     1.13
  @@ -134,6 +134,8 @@
           <li>Objects by Design's <jump 
href="http://www.objectsbydesign.com/projects/xmi_to_html.html";>Transforming 
XMI to
            HTML</jump> (oriented towards XMI, "an XML-based, stream 
representation of a UML model," but also covers "generic"
            XML transformations)<br/><br/></li>
  +         <li>Objects by Design;'s <jump 
href="http://objectsbydesign.com/projects/xslt/xslt_by_example.html";>XSLT by
  +         Example</jump><br/><br/></li>                  
            <li>Miloslav Nic's <jump 
href="http://zvon.vscht.cz/HTMLonly/XSLTutorial/Books/Book1/index.html";>XSL 
Tutorial</jump>
            <br/><br/></li>
            <li>OASIS (the Organization for the Advancement of Structured 
Information Standards): 
  
  
  
  1.22      +8 -5      xml-xalan/c/xdocs/sources/xalan/usagepatterns.xml
  
  Index: usagepatterns.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/usagepatterns.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- usagepatterns.xml 2001/02/14 21:37:10     1.21
  +++ usagepatterns.xml 2001/02/15 16:45:10     1.22
  @@ -91,9 +91,11 @@
   <s3 title="Basic usage patten with XalanTransformer C++ API">
   <p>Using XalanTransformer and the C++ API, you can perform one or more 
transformations as follows:</p>
   <ol>
  -  <li>Include the XalanTransformer header file.<br/>
  -  <code>#include 
&lt;XalanTransformer/XalanTransformer.hpp</code><br/><br/></li>
  -  <li>Initialize Xalan and Xerces.<br/>
  +  <li>Include the PlatformUtils and XalanTransformer header files.<br/>
  +  <code>#include &lt;util/PlatformUtils.hpp&gt;</code><br/>
  +  <code>#include 
&lt;XalanTransformer/XalanTransformer.hpp&gt;</code><br/><br/></li>
  +  <li>Initialize Xerces and Xalan.<br/>
  +  <code>XMLPlatformUtils::Initialize();</code><br/>
     <code>XalanTransformer::initialize();</code><br/><br/></li>
     <li>Create a XalanTransformer.<br/>
     <code>XalanTransformer theXalanTransformer;</code><br/><br/></li>
  @@ -103,8 +105,9 @@
     <code>const char* xmlOut = "foo.out";</code><br/>
     <code>int theResult = 0;</code><br/>
     <code>theResult = 
theXalanTransformer(xmlIn,xslSheet,xmlOut);</code><br/><br/></li>
  -  <li>Shut down Xalan.<br/>
  -  <code>XalanTransformer::terminate();</code></li>
  +  <li>Shut down Xalan and (optionally) Xerces.<br/>
  +  <code>XalanTransformer::terminate();</code><br/>
  +  <code>XMLPlatformUtils::Terminate();</code></li>
   </ol>
   </s3><anchor name="cppvar"/>
   <s3 title="Variations with the XalanTransformer C++ API">
  
  
  

Reply via email to