dbertoni    2003/04/21 16:08:32

  Modified:    c/xdocs/html/apiDocs footer.html header.html
               c/xdocs/sources entities.ent
               c/xdocs/sources/xalan extensionslib.xml getstarted.xml
                        index.xml readme.xml
  Log:
  More doc updates.
  
  Revision  Changes    Path
  1.8       +2 -2      xml-xalan/c/xdocs/html/apiDocs/footer.html
  
  Index: footer.html
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/html/apiDocs/footer.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- footer.html       29 Aug 2002 17:32:49 -0000      1.7
  +++ footer.html       21 Apr 2003 23:08:31 -0000      1.8
  @@ -7,8 +7,8 @@
   <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="80%">
        <TR>
                <TD WIDTH="80%" VALIGN="TOP">
  -                     <P ALIGN="CENTER"><B>Xalan-C++ XSLT Processor Version 
1.4</B><BR>
  -                     Copyright &copy; 2000, 2001, 2002 The Apache Software 
Foundation. All Rights Reserved.</i></p>
  +                     <P ALIGN="CENTER"><B>Xalan-C++ XSLT Processor Version 
1.5</B><BR>
  +                     Copyright &copy; 2000, 2001, 2002, 2003 The Apache 
Software Foundation. All Rights Reserved.</i></p>
                </TD>
        </TR>
        <TR>
  
  
  
  1.7       +1 -1      xml-xalan/c/xdocs/html/apiDocs/header.html
  
  Index: header.html
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/html/apiDocs/header.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- header.html       29 Aug 2002 17:32:49 -0000      1.6
  +++ header.html       21 Apr 2003 23:08:31 -0000      1.7
  @@ -1,5 +1,5 @@
   <HTML><HEAD><TITLE>Xalan-C++ API Documentation</TITLE></HEAD>
   <BODY>
   <h2 align="center">Xalan-C++ API Documentation</h2>
  -<h3 align="center">The Xalan C++ XSLT Processor Version 1.4</h3>
  +<h3 align="center">The Xalan C++ XSLT Processor Version 1.5</h3>
   </BODY>
  
  
  
  1.29      +3 -3      xml-xalan/c/xdocs/sources/entities.ent
  
  Index: entities.ent
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/entities.ent,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- entities.ent      18 Apr 2003 06:41:42 -0000      1.28
  +++ entities.ent      21 Apr 2003 23:08:31 -0000      1.29
  @@ -3,9 +3,9 @@
   <!ENTITY xslt4c "Xalan-C++">
   <!ENTITY xslt4c-dist "Xalan-C_1_5">
   <!ENTITY xslt4c-current "Xalan-C++ version 1.5">
  -<!ENTITY xslt4c-windlls "DOMSupport.dll, PlatformSupport.dll, XalanDOM.dll, 
XalanSourceTree,dll, XercesParserLiaison.dll, XMLSupport.dll, XPath.dll, 
XSLT.dll, XalanTransformer.dll, XalanExtensions.dll">
  +<!ENTITY xslt4c-windll "Xalan-C_1_5_0.dll">
   <!ENTITY xslt4c-linuxlib "libxalan-c1_5.so">
  -<!ENTITY xslt4c-aixlib "libxalan-c1_5.a">
  +<!ENTITY xslt4c-aixlib "libxalan-c1_5.so">
   <!ENTITY xslt4c-hplib "libxalan-c1_5.sl">
   <!ENTITY xslt4c-solarislib "libxalan-c1_5.so">
   <!ENTITY xml4c "Xerces-C++">
  @@ -25,7 +25,7 @@
   <!ENTITY xml4c-solarisdist "&xml4c-dist;-Sol2.7ForCC.tar.gz">
   <!ENTITY xml4c-solaris64dist "&xml4c-dist;-Sol2.7ForCC_64.tar.gz">
   <!ENTITY xslt4j "Xalan-Java">
  -<!ENTITY icu-used "International Components for Unicode(ICU) 2.2 source 
files">
  +<!ENTITY icu-used "International Components for Unicode(ICU) 2.4 source 
files">
   <!ENTITY icu-windlls "icui18n.dll, icuuc.dll">
   <!ENTITY icubridge-win "ICUBridge.dll">
   <!ENTITY done SYSTEM "xalan/DONE">
  
  
  
  1.5       +1 -1      xml-xalan/c/xdocs/sources/xalan/extensionslib.xml
  
  Index: extensionslib.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/extensionslib.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- extensionslib.xml 19 Apr 2003 00:51:13 -0000      1.4
  +++ extensionslib.xml 21 Apr 2003 23:08:31 -0000      1.5
  @@ -77,7 +77,7 @@
   </s2><anchor name="exslt"/>
   <s2 title="EXSLT extensions">
    <p>&xslt4c; supports the <jump href="http://exslt.org/";>EXSLT</jump> 
initiative to provide a set of
  -standard extension functions to XSLT users. &xslt4c; 1.4 includes beta 
implementations for 
  +standard extension functions to XSLT users. &xslt4c; 1.5 includes beta 
implementations for 
   functions in four of the EXSLT namespaces (some are calls to extension 
already in the Xalan namespace).</p> 
   <p>The source files for the implementations are in the XalanEXSLT 
subdirectory of the source tree.
   See</p> 
  
  
  
  1.40      +2 -2      xml-xalan/c/xdocs/sources/xalan/getstarted.xml
  
  Index: getstarted.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/getstarted.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- getstarted.xml    18 Apr 2003 23:16:05 -0000      1.39
  +++ getstarted.xml    21 Apr 2003 23:08:31 -0000      1.40
  @@ -11,7 +11,7 @@
   </ul>
   <anchor name="download"/>
   <s2 title="Downloading what you need">
  -<p>For &xslt4c-current;, we are distributing a Windows32 Visual C++ build 
and 7 UNIX builds with makefiles: a Red Hat Linux GNU build, a AIX xlC (32 and 
64 bit) builds, an HP-UX 11 aCC 32-bit build, an HP-UX 11 aCC 64-bit build, and 
Solaris 32 and 64 bit builds. 
  +<p>For &xslt4c-current;, we are distributing a Windows32 Visual C++ build 
and 7 UNIX builds with makefiles: a Red Hat Linux GNU build, AIX xlC (32 and 64 
bit) builds, HP-UX 11 aCC (32 and 64 bit) builds, and Solaris 2.8 (32 and 64 
bit) builds. 
   Please contact us at <human-resource-ref idref="xalandev"/> if you would 
like to help provide builds for other platforms.</p>
   <p>If you do not already have it, you must also download the &xml4c; 2.2.0 
build as indicated below.</p> 
   <note>The Xalan distribution files are in <resource-ref 
idref="xslt4c-distdir"/>. The Xerces distribution files are in <resource-ref 
idref="xml4c-distdir"/>.</note>
  @@ -62,7 +62,7 @@
                <td>HP-UX 11.0 (64 bit)</td>
       </tr>    
     </table>
  -  <p>The Windows32 distribution was built with MSVC 6.0 SP3 and <jump 
href="http://www.dinkumware.com/vc_fixes.html";>Dinkumware C++ library 
fixes</jump>. The Red Hat Linux 7.2 32-bit distribution was built with Intel 
C++ Compiler version 6.0.1. The AIX 5.1 32-bit distribution was built with IBM 
C and C++ for AIX 5.02. The Solaris 2.8 32-bit and 64-bit distributions were 
built with Sun Workshop 6 update 2. 
  +  <p>The Windows32 distribution was built with MSVC 6.0 SP3 and <jump 
href="http://www.dinkumware.com/vc_fixes.html";>Dinkumware C++ library 
fixes</jump>. The Red Hat Linux 7.2 32-bit distribution was built with Intel 
C++ Compiler version 6.0.1. The AIX 5.1 32-bit distribution was built with IBM 
C and C++ for AIX 5.02. The Solaris 2.8 32-bit and 64-bit distributions were 
built with Sun Workshop 6, update 2. 
   The HP-UX 11 32-bit and 64-bit distributions were built with aCC A.03.37.</p>
   <note>Use GNU tar to untar the Solaris distribution file; see <link 
idref="faq" anchor="gnutar">A tar checksum error on Solaris </link>.</note>
   <anchor name="xalandists"/>
  
  
  
  1.31      +1 -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.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- index.xml 23 Oct 2002 18:45:53 -0000      1.30
  +++ index.xml 21 Apr 2003 23:08:31 -0000      1.31
  @@ -65,7 +65,7 @@
        document types.</p>
       <p>&xslt4c-current; is a robust implementation of the W3C 
Recommendations 
       for XSL Transformations (XSLT) and the XML Path Language (XPath). It 
works with a compatible release of the 
  -    &xml4c; XML parser: &xml4c-used;. The focus for this release is on bug 
fixes, a new sample that shows how to wrap pre-built Xerces DOM input and 
XalanSourceTree input, a 64-bit HP-UX build, and alpha support for a number of 
EXSLT extension functions. For the details, see the <link 
idref="readme">Release Notes</link>.</p>
  +    &xml4c; XML parser: &xml4c-used;. The focus for this release is on bug 
fixes, a new sample that shows how to wrap pre-built Xerces DOM input and 
XalanSourceTree input, and beta support for a number of EXSLT extension 
functions. For the details, see the <link idref="readme">Release 
Notes</link>.</p>
        </s2>
     
     <s2 title="How do I get it?">
  
  
  
  1.44      +7 -6      xml-xalan/c/xdocs/sources/xalan/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/readme.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- readme.xml        18 Apr 2003 23:16:05 -0000      1.43
  +++ readme.xml        21 Apr 2003 23:08:31 -0000      1.44
  @@ -151,13 +151,15 @@
         <li>Set the XALANCROOT environment variable to the path to the c 
directory in the root of the &xslt4c;
          distribution.  For example, if the distribution is located in 
"/home/xalan", you would set the XALANCROOT to "/home/xalan/xml-xalan/c". 
<br/><br/></li>
         <li>(Optional) If you are including the ICUBridge, install the ICU, 
use the shell to define XALAN_USE_ICU and to set the ICUROOT environment 
variable to the path to the ICU root. For more information, see (see <link 
idref="usagepatterns" anchor="icu">Using the ICU</link>)<br/><br/></li>
  -      <li>Change directory to xml-xalan/c/src in the &xslt4c; 
distribution.<br/><br/></li>      
  -      <li>Run the runConfigure utility with at least the platform flag 
(Linux) or the platform, C compilier, and C++ compiler flags (AIX) as indicated 
below.<br/><br/>
  +      <li>Change directory to xml-xalan/c/src in the &xslt4c; distribution.  
You can also build Xalan-C outside of the source tree, but you will need to 
adjust the path to the runConfigure script in the next step.<br/><br/></li>     
 
  +      <li>Run the runConfigure utility with the platform, C compilier, and 
C++ compiler flags as indicated below.<br/><br/>
         <ref>Linux:</ref>&nbsp;&nbsp;<code>./runConfigure -p linux</code><br/>
  -      <ref>AIX:</ref>&nbsp;&nbsp;&nbsp;&nbsp;<code>./runConfigure -p aix -c 
xlc -x xlC</code><br/><br/>
  +      <ref>AIX (32 bit):</ref>&nbsp;&nbsp;&nbsp;&nbsp;<code>./runConfigure 
-p aix -c xlc -x xlC</code><br/><br/>
  +      <ref>AIX (64-bit):</ref>&nbsp;&nbsp;&nbsp;&nbsp;<code>./runConfigure 
-p aix -c xlc -x xlC -b 64</code><br/><br/>
         <ref>HP-UX 11 (32 bit):</ref>&nbsp;&nbsp;<code>./runConfigure -p hp-11 
-c cc -x aCC</code><br/><br/>
         <ref>HP-UX 11 (64 bit):</ref>&nbsp;&nbsp;<code>./runConfigure -p hp-11 
-c cc -x aCC -b 64</code><br/><br/>
  -      <ref>Solaris:</ref>&nbsp;&nbsp;<code>./runConfigure -p Solaris -c cc 
-x CC</code><br/><br/>            
  +      <ref>Solaris (32 bit):</ref>&nbsp;&nbsp;<code>./runConfigure -p 
Solaris -c cc -x CC</code><br/><br/>
  +      <ref>Solaris (64 bit):</ref>&nbsp;&nbsp;<code>./runConfigure -p 
Solaris -c cc -x CC -b 64</code><br/><br/>
         To see the other runConfigure flags you may include, use the help 
flag:<br/><br/>
         &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>./runConfigure 
-h</code><br/><br/></li>
         <li>Purge the previous build:<br/><br/>
  @@ -168,9 +170,8 @@
         &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>make 
<ref>targ</ref></code><br/><br/>
         where <ref>targ</ref> is omitted or is <code>all</code> (rebuild all), 
<code>lib</code> (the XSLT library), <code>Xalan</code> (the Xalan executable), 
or
         <code>testXSLT</code> (the testXSLT executable). ICUBridge is included 
in the build of Xalan and TestXSLT if XALAN_USE_ICU is
  -      defined.<br/><br/></li>
  +      defined.  You can build the sample applications using the target 
<code>samples</code>.<br/><br/></li>
       </ol><anchor name="64"/>
  -    <note>64-bit builds for AIX and Solaris have not yet been tested. To 
perform such a build, you must use the corresponding 64-bit Xerces distribution 
and run the runConfigure script with the -b 64 option (as indicated above for 
the HP-UX 11 64-bit build).</note>
      </s3><anchor name="samples"/>
      <s3 title="Rebuilding a sample application">
      <p>The Windows32 distribution includes a Visual C++ workspace for the 
sample applications. This workspace is in the samples directory. If you modify 
a sample and want to recompile it, you can recompile the .cpp file(s) and 
rebuild the executable.</p>
  
  
  

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

Reply via email to