You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sh...@apache.org on 2012/10/22 21:23:04 UTC

svn commit: r1401023 [8/15] - /xalan/site/docs/xalan/xalan-c/

Modified: xalan/site/docs/xalan/xalan-c/install.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-c/install.html?rev=1401023&r1=1401022&r2=1401023&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/install.html (original)
+++ xalan/site/docs/xalan/xalan-c/install.html Mon Oct 22 19:23:03 2012
@@ -1,495 +1,495 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html>
-<head>
-<title>ASF: Installing Xalan-C++</title>
-<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-<meta http-equiv="Content-Style-Type" content="text/css" />
-<link rel="stylesheet" type="text/css" href="resources/apache-xalan.css" />
-</head>
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the  "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- -->
-<body>
-<div id="title">
-<table class="HdrTitle">
-<tbody>
-<tr>
-<th rowspan="2">
-<a href="../index.html">
-<img alt="Trademark Logo" src="resources/XalanC-Logo-tm.png" width="190" height="90" />
-</a>
-</th>
-<th text-align="center" width="75%">
-<a href="index.html">Xalan-C/C++ Version 1.11</a>
-</th>
-</tr>
-<tr>
-<td valign="middle">Installing Xalan-C++</td>
-</tr>
-</tbody>
-</table>
-<table class="HdrButtons" align="center" border="1">
-<tbody>
-<tr>
-<td>
-<a href="http://www.apache.org">Apache Foundation</a>
-</td>
-<td>
-<a href="http://xalan.apache.org">Xalan Project</a>
-</td>
-<td>
-<a href="http://xerces.apache.org">Xerces Project</a>
-</td>
-<td>
-<a href="http://www.w3.org/TR">Web Consortium</a>
-</td>
-<td>
-<a href="http://www.oasis-open.org/standards">Oasis Open</a>
-</td>
-</tr>
-</tbody>
-</table>
-</div>
-<div id="navLeft">
-<ul>
-<li>
-<a href="resources.html">Resources</a>
-<br />
-</li>
-<li>
-<a href="../index.html">Home</a>
-</li></ul><hr /><ul>
-<li>
-<a href="index.html">Xalan-C++ 1.11</a>
-</li>
-<li>
-<a href="whatsnew.html">What's New</a>
-</li>
-<li>
-<a href="license.html">Licenses</a>
-</li></ul><hr /><ul>
-<li>
-<a href="overview.html">Overview</a>
-</li>
-<li>
-<a href="charter.html">Charter</a>
-</li></ul><hr /><ul>
-<li>
-<a href="download.html">Download</a>
-</li>
-<li>
-<a href="buildlibs.html">Build Libraries</a>
-</li>
-<li>Installation<br />
-</li>
-<li>
-<a href="builddocs.html">Build Documents</a>
-</li></ul><hr /><ul>
-<li>
-<a href="samples.html">Sample Apps</a>
-</li>
-<li>
-<a href="commandline.html">Command Line</a>
-</li>
-<li>
-<a href="usagepatterns.html">Usage Patterns</a>
-</li></ul><hr /><ul>
-<li>
-<a href="programming.html">Programming</a>
-</li>
-<li>
-<a href="extensions.html">Extensions</a>
-</li>
-<li>
-<a href="extensionslib.html">Extensions Library</a>
-</li>
-<li>
-<a href="apiDocs/index.html">API Reference</a>
-</li></ul><hr /><ul>
-<li>
-<a href="faq.html">Xalan-C FAQs</a>
-</li></ul><hr /><ul>
-<li>
-<a href="whatsnew.html#bugs">Bugs</a>
-</li>
-<li>
-<a href="http://xalan.apache.org/old/xalan-j/test/run.html#how-to-run-c">Testing</a>
-</li>
-<li>
-<a href="secureweb.html">Web Security</a>
-</li>
-</ul>
-</div>
-<div id="content">
-<h2>Installing Xalan-C++</h2>
-
-
-<ul>
-<li>
-<a href="#InstSrcPkgs">Install Source Packages</a>
-</li>
-<li>
-<a href="#InstBinPkgs">Install Binary Packages</a>
-</li>
-  <ul>
-  <li>
-<a href="#InstUnixBinPkgs">Install UNIX Binary Packages</a>
-</li>
-    <ul>
-    <li>
-<a href="#ConfigUnixSys">Configure UNIX and Linux Systems</a>
-</li>
-    </ul>
-  <li>
-<a href="#InstWinBinPkgs">Install Windows Binary Packages</a>
-</li>
-    <ul>
-    <li>
-<a href="#ConfWinPath">Configure Windows PATH</a>
-</li>
-    </ul>
-  </ul>
-<li>
-<a href="#InstDocPkgs">Install Documentation Package</a>
-</li>
-</ul>
-
-<a name="InstSrcPkgs">‌</a>
-<p align="right" size="2">
-<a href="#content">(top)</a>
-</p>
-<h3>Install Source Packages</h3>
-
-<p>We have no package managers for source packages.  
-You just extract the contents of the distribution <b>zip</b> or <b>tar</b> file 
-into a source directory of your choosing.</p>
-
-<p>The supplemental package building scripts for Linux and UNIX look for the 
-Xalan-C sources to be found in a directory named <code>
-<b>xalan-src</b>
-</code>. 
-The Xerces-C sources are expected to be found in a directory named <code>
-<b>xerces-src</b>
-</code>.</p>
-
-<p>The supplemental package building scripts for Windows look for the Xalan-C 
-sources to be found in a directory named <code>
-<b>xalan-src-11</b>
-</code> 
-and the Xerces-C sources to be found in a directory named <code>
-<b>xerces-src-31</b>
-</code>.</p>
-
-<p>When building the Xalan-C library and sample programs, 
-you also need the necessary C/C++ compiler tools installed. 
-A working copy of the Xerces-C XML parser library must be available 
-before you can build the Xalan-C library. 
-You may build the Xerces-C XML parser library from a source distribution 
-or use a compatible Xerces-C binary distribution.</p>
-
-<p>Building the User Guide web pages from sources requires a 
-working Xalan command line program.  The Xalan command-line program must support 
-top-level parameters as strings.</p>
-
-<p>Building the interactive API Reference pages requires a UNIX or Linux 
-system with a current copy of Doxygen and GraphViz software installed.</p>
-
-
-<a name="InstBinPkgs">‌</a>
-<p align="right" size="2">
-<a href="#content">(top)</a>
-</p>
-<h3>Install Binary Packages</h3>
-
-<p>The binary packages distributed by <b>zip</b> and <b>tar</b> files are 
-usually extracted to an install directory of your choosing. 
-After extracting the contents, and possibly relocating some items, 
-you may then need to manually perform some minor system configuration.</p>
-
-<a name="InstUnixBinPkgs">‌</a>
-<p align="right" size="2">
-<a href="#content">(top)</a>
-</p>
-<h4>Install UNIX Binary Packages</h4>
-
-<p>Binary packages for Linux and UNIX systems only distribute a <b>release</b> build of binaries. 
-A debug build of binaries requires you to compile from the sources. 
-Binary packages for Linux and UNIX systems have the following directory structure.</p>
-
-<table border="1">
-<tr>
-<td class="content" rowspan="1" colspan="1">./bin/</td>
-<td class="content" rowspan="1" colspan="1">Contains the Xalan.exe command line and DLLs</td>
-</tr>
-<tr>
-<td class="content" rowspan="1" colspan="1">./lib/</td>
-<td class="content" rowspan="1" colspan="1">Contains the linker libraries</td>
-</tr>
-<tr>
-<td class="content" rowspan="1" colspan="1">./include/xalanc/</td>
-<td class="content" rowspan="1" colspan="1">Contains the Xalan-C header files</td>
-</tr>
-<tr>
-<td class="content" rowspan="1" colspan="1">./doc/xalanc-1.11/</td>
-<td class="content" rowspan="1" colspan="1">Contains license and other information</td>
-</tr>
-</table>
-
-<p>Supplemental scripts for Linux and UNIX builds are available in the 
-source distribution by which binary packages can be made. 
-The release builds are targeted to <code>${prefix} = /opt/apache/</code>. 
-The debug buids are targeted to <code>${prefix} = /opt/apache/debug/</code>.</p>
-
-<p>Packages that are released by a UNIX or Linux package manager are 
-usually installed and configured by the package manager.</p>
-
-<a name="ConfigUnixSys">‌</a>
-<h5>Configure UNIX and Linux Systems</h5>
-
-<p>The Xalan command line executable should be in a directory 
-accessible by the PATH environment.</p>
-
-<p>The lib directories containing the <code>
-<b>libxalan-c.so</b>
-</code> and 
-<code>
-<b>libxerces-c.so</b>
-</code> objects must be known to the shared object loader. 
-The system loader environment variable usually takes precedence 
-over the shared object cache. 
-I use the shared object cache for installed applications and reserve 
-the overriding environment for prototype builds and debugging purposes.</p>
-
-<table border="1">
-<tr>
-<th class="content" rowspan="1" colspan="1">Operating System</th>
-<th class="content" rowspan="1" colspan="1">Library Path Environment</th>
-</tr>
-<tr>
-<td class="content" rowspan="1" colspan="1">Solaris and Linux</td>
-<td class="content" rowspan="1" colspan="1">LD_LIBRARY_PATH</td>
-</tr>
-<tr>
-<td class="content" rowspan="1" colspan="1">BSD/GNU</td>
-<td class="content" rowspan="1" colspan="1">LD_LIBRARY_PATH</td>
-</tr>
-<tr>
-<td class="content" rowspan="1" colspan="1">HP-UX</td>
-<td class="content" rowspan="1" colspan="1">SHLIB_PATH</td>
-</tr>
-<tr>
-<td class="content" rowspan="1" colspan="1">AIX and BSD</td>
-<td class="content" rowspan="1" colspan="1">LIBPATH</td>
-</tr>
-<tr>
-<td class="content" rowspan="1" colspan="1">MacOSX</td>
-<td class="content" rowspan="1" colspan="1">DYLD_LIBRARY_PATH</td>
-</tr>
-<tr>
-<td class="content" rowspan="1" colspan="1">Cygwin and MinGW</td>
-<td class="content" rowspan="1" colspan="1">PATH</td>
-</tr>
-</table>
-
-<p>The library search path order is significant. 
-In many cases, the <code>
-<b>/usr/lib</b>
-</code>, <code>
-<b>/lib</b>
-</code>, 
-and <code>
-<b>/usr/local/lib</b>
-</code> paths are already cached 
-in <code>
-<b>/etc/ld.so.cache</b>
-</code> or included by <code>
-<b>/etc/ld.so.conf</b>
-</code>.</p>
-
-
-
-<a name="InstWinBinPkgs">‌</a>
-<p align="right" size="2">
-<a href="#content">(top)</a>
-</p>
-<h4>Install Windows Binary Packages</h4>
-
-<p>Binary packages for Windows systems include a directory name 
-related to the Windows Studio platform used to build the product.  
-The <code>{<b>bin</b>, <b>lib</b>, <b>include</b>, <b>doc</b>}</code> directories 
-are subdirectories of the platform directory. 
-Libraries for several Visual Studio development systems 
-can be installed on the same Windows computer.</p>
-<table border="1">
-<tr>
-<td class="content" rowspan="1" colspan="1">XALANCPKG-11-31-VC71</td>
-<td class="content" rowspan="1" colspan="1">for Visual Studio 2003 (Win32)</td>
-</tr>
-<tr>
-<td class="content" rowspan="1" colspan="1">XALANCPKG-11-31-VC80</td>
-<td class="content" rowspan="1" colspan="1">for Visual Studio 2005 (Win32)</td>
-</tr>
-<tr>
-<td class="content" rowspan="1" colspan="1">XALANCPKG-11-31-VC90</td>
-<td class="content" rowspan="1" colspan="1">for Visual Studio 2008 (Win32)</td>
-</tr>
-<tr>
-<td class="content" rowspan="1" colspan="1">XALANCPKG-11-31-VC100</td>
-<td class="content" rowspan="1" colspan="1">for Visual Studio 2010 (Win32)</td>
-</tr>
-<tr>
-<td class="content" rowspan="1" colspan="1">XALANCPKG-11-31-X64-VC80</td>
-<td class="content" rowspan="1" colspan="1">for Visual Studio 2005 (amd64)</td>
-</tr>
-<tr>
-<td class="content" rowspan="1" colspan="1">XALANCPKG-11-31-X64-VC90</td>
-<td class="content" rowspan="1" colspan="1">for Visual Studio 2008 (amd64)</td>
-</tr>
-<tr>
-<td class="content" rowspan="1" colspan="1">XALANCPKG-11-31-X64-VC100</td>
-<td class="content" rowspan="1" colspan="1">for Visual Studio 2010 (amd64)</td>
-</tr>
-</table>
-
-<p>Supplemental scripts for Windows builds are available in the source distribution 
-by which these above binary packages can be made.  
-Also included are scripts for building the Xerces-C sources 
-to the following binary package directories. 
-These directories are mostly compatible with the required 
-XALANCROOT and XERCESCROOT environment variables when building your own applications.</p>
-
-<table border="1">
-<tr>
-<td class="content" rowspan="1" colspan="1">XERCESCPKG-31-VC71</td>
-<td class="content" rowspan="1" colspan="1">for Visual Studio 2003 (Win32)</td>
-</tr>
-<tr>
-<td class="content" rowspan="1" colspan="1">XERCESCPKG-31-VC80</td>
-<td class="content" rowspan="1" colspan="1">for Visual Studio 2005 (Win32)</td>
-</tr>
-<tr>
-<td class="content" rowspan="1" colspan="1">XERCESCPKG-31-VC90</td>
-<td class="content" rowspan="1" colspan="1">for Visual Studio 2008 (Win32)</td>
-</tr>
-<tr>
-<td class="content" rowspan="1" colspan="1">XERCESCPKG-31-VC100</td>
-<td class="content" rowspan="1" colspan="1">for Visual Studio 2010 (Win32)</td>
-</tr>
-<tr>
-<td class="content" rowspan="1" colspan="1">XERCESCPKG-31-X64-VC80</td>
-<td class="content" rowspan="1" colspan="1">for Visual Studio 2005 (amd64)</td>
-</tr>
-<tr>
-<td class="content" rowspan="1" colspan="1">XERCESCPKG-31-X64-VC90</td>
-<td class="content" rowspan="1" colspan="1">for Visual Studio 2008 (amd64)</td>
-</tr>
-<tr>
-<td class="content" rowspan="1" colspan="1">XERCESCPKG-31-X64-VC100</td>
-<td class="content" rowspan="1" colspan="1">for Visual Studio 2010 (amd64)</td>
-</tr>
-</table>
-
-<p>Supplemental scripts for Windows builds will also handle the packaging of older 
-Xalan-C and Xerces-C releases.  A similar naming of package directories and 
-source directories is supported for these older releases.</p>
-
-<table class="note">
-<tr>
-<td class="noteImg">
-<img src="resources/note.gif" alt="note" />
-</td>
-<td class="noteTxt">You MUST NOT merge the <b>bin</b> and <b>lib</b> directories from packages 
-compiled with different compilers or different target (Win32 or amd64) platforms.</td>
-</tr>
-</table>
-
-<p>It is safe to merge the <b>bin</b> directories of compatible Xalan-C and Xerces-C 
-distributions into a common directory known by the system PATH environment. 
-You can safely merge the <b>lib</b> directories of Xalan-C and Xerces-C into a common directory.
- You can safely merge the <b>include</b> directories of both Xalan-C and Xerces-C 
-as long as the subdirectories of <b>xalanc</b> and <b>xercesc</b> remain intact.</p>
-
-<a name="ConfWinPath">‌</a>
-<h5>Configure Windows PATH</h5>
-
-<p>Windows systems require that the bin directories be added to the 
-PATH environment so the library DLL files can be found. 
-The <b>Xalan.exe</b> program is dynamically linked to these libraries.</p>
-
-<p>You can make the PATH environment a permanent part of the SYSTEM or user login DESKTOP environment.
-Any PATH you add to the user login DESKTOP environment gets automatically prepended to the
-SYSTEM PATH environment and is effective upon successful user DESKTOP login.  If your
-computer also starts Windows Services that run on behalf of a user, the user environment
-is assumed.</p>
-
-<ol>
-<li>Right-Click on the computer icon.</li>
-<li>Select Properties</li>
-<li>Select Advanced System Settings.</li>
-<li>SelectEnvironment Variables.</li>
-<li>Add the bin directory to the system PATH environment.</li>
-</ol>
-
-<p>The XP, NT, 2000, and 3000 systems allow environment variables to be 
-set explicitly to individual user accounts.  
-The Vista, Win-7, and 2008 systems have security administration 
-that gets in the way of updating individual user environments.</p>
-
-<p>Or you can add the <b>bin</b> directories temporarily to your environment by program control 
-or invoking a shell command script, or using a command window. 
-The following command line will append your <code>{target}/<b>bin</b>
-</code> directory
-to the PATH environment.</p>
-<blockquote class="source">
-<pre>
-set PATH=%PATH%;{target}/bin
-</pre>
-</blockquote>
-
-
-
-<a name="InstDocPkgs">‌</a>
-<p align="right" size="2">
-<a href="#content">(top)</a>
-</p>
-<h3>Install Documentation Packages</h3>
-
-<p>There are actually two distributed documentation packages.  
-One contains the website pages and full interactive apiDoc images (355+ megabytes).  
-The other contains the website pages and the apiDoc descriptions (47 megabytes) 
-without the apiDoc images.  
-Except for the absence of interactive apiDoc images, 
-the documentation packages are identical.</p>
-
-<p>The documentation packages are distributed as <b>tar</b> and <b>zip</b> files. 
-You just extract the contents into a directory that is reachable by your favorite web browser. 
-The documentation tree starts with the <b>./xalan-c/</b> directory. 
-The top documentation page is the <b>./xalan-c/index.html</b> file.</p>
-
-<p>The documentation is initially a snapshot of the 
-<a href="http://xalan.apache.org/xalan-c/index.html">Apache Xalan-C/C++ website</a> 
-at the time the product was released.</p>
-
-<p align="right" size="2">
-<a href="#content">(top)</a>
-</p>
-</div>
-<div id="footer">Copyright © 1999-2012 The Apache Software Foundation<br />Apache, Xalan, and the Feather logo are trademarks of The Apache Software Foundation<div class="small">Web Page created on - Tue 2012-10-09</div>
-</div>
-</body>
-</html>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<title>ASF: Installing Xalan-C++</title>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<meta http-equiv="Content-Style-Type" content="text/css" />
+<link rel="stylesheet" type="text/css" href="resources/apache-xalan.css" />
+</head>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the  "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ -->
+<body>
+<div id="title">
+<table class="HdrTitle">
+<tbody>
+<tr>
+<th rowspan="2">
+<a href="../index.html">
+<img alt="Trademark Logo" src="resources/XalanC-Logo-tm.png" width="190" height="90" />
+</a>
+</th>
+<th text-align="center" width="75%">
+<a href="index.html">Xalan-C/C++ Version 1.11</a>
+</th>
+</tr>
+<tr>
+<td valign="middle">Installing Xalan-C++</td>
+</tr>
+</tbody>
+</table>
+<table class="HdrButtons" align="center" border="1">
+<tbody>
+<tr>
+<td>
+<a href="http://www.apache.org">Apache Foundation</a>
+</td>
+<td>
+<a href="http://xalan.apache.org">Xalan Project</a>
+</td>
+<td>
+<a href="http://xerces.apache.org">Xerces Project</a>
+</td>
+<td>
+<a href="http://www.w3.org/TR">Web Consortium</a>
+</td>
+<td>
+<a href="http://www.oasis-open.org/standards">Oasis Open</a>
+</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div id="navLeft">
+<ul>
+<li>
+<a href="resources.html">Resources</a>
+<br />
+</li>
+<li>
+<a href="../index.html">Home</a>
+</li></ul><hr /><ul>
+<li>
+<a href="index.html">Xalan-C++ 1.11</a>
+</li>
+<li>
+<a href="whatsnew.html">What's New</a>
+</li>
+<li>
+<a href="license.html">Licenses</a>
+</li></ul><hr /><ul>
+<li>
+<a href="overview.html">Overview</a>
+</li>
+<li>
+<a href="charter.html">Charter</a>
+</li></ul><hr /><ul>
+<li>
+<a href="download.html">Download</a>
+</li>
+<li>
+<a href="buildlibs.html">Build Libraries</a>
+</li>
+<li>Installation<br />
+</li>
+<li>
+<a href="builddocs.html">Build Documents</a>
+</li></ul><hr /><ul>
+<li>
+<a href="samples.html">Sample Apps</a>
+</li>
+<li>
+<a href="commandline.html">Command Line</a>
+</li>
+<li>
+<a href="usagepatterns.html">Usage Patterns</a>
+</li></ul><hr /><ul>
+<li>
+<a href="programming.html">Programming</a>
+</li>
+<li>
+<a href="extensions.html">Extensions</a>
+</li>
+<li>
+<a href="extensionslib.html">Extensions Library</a>
+</li>
+<li>
+<a href="apiDocs/index.html">API Reference</a>
+</li></ul><hr /><ul>
+<li>
+<a href="faq.html">Xalan-C FAQs</a>
+</li></ul><hr /><ul>
+<li>
+<a href="whatsnew.html#bugs">Bugs</a>
+</li>
+<li>
+<a href="http://xalan.apache.org/old/xalan-j/test/run.html#how-to-run-c">Testing</a>
+</li>
+<li>
+<a href="secureweb.html">Web Security</a>
+</li>
+</ul>
+</div>
+<div id="content">
+<h2>Installing Xalan-C++</h2>
+
+
+<ul>
+<li>
+<a href="#InstSrcPkgs">Install Source Packages</a>
+</li>
+<li>
+<a href="#InstBinPkgs">Install Binary Packages</a>
+</li>
+  <ul>
+  <li>
+<a href="#InstUnixBinPkgs">Install UNIX Binary Packages</a>
+</li>
+    <ul>
+    <li>
+<a href="#ConfigUnixSys">Configure UNIX and Linux Systems</a>
+</li>
+    </ul>
+  <li>
+<a href="#InstWinBinPkgs">Install Windows Binary Packages</a>
+</li>
+    <ul>
+    <li>
+<a href="#ConfWinPath">Configure Windows PATH</a>
+</li>
+    </ul>
+  </ul>
+<li>
+<a href="#InstDocPkgs">Install Documentation Package</a>
+</li>
+</ul>
+
+<a name="InstSrcPkgs">‌</a>
+<p align="right" size="2">
+<a href="#content">(top)</a>
+</p>
+<h3>Install Source Packages</h3>
+
+<p>We have no package managers for source packages.  
+You just extract the contents of the distribution <b>zip</b> or <b>tar</b> file 
+into a source directory of your choosing.</p>
+
+<p>The supplemental package building scripts for Linux and UNIX look for the 
+Xalan-C sources to be found in a directory named <code>
+<b>xalan-src</b>
+</code>. 
+The Xerces-C sources are expected to be found in a directory named <code>
+<b>xerces-src</b>
+</code>.</p>
+
+<p>The supplemental package building scripts for Windows look for the Xalan-C 
+sources to be found in a directory named <code>
+<b>xalan-src-11</b>
+</code> 
+and the Xerces-C sources to be found in a directory named <code>
+<b>xerces-src-31</b>
+</code>.</p>
+
+<p>When building the Xalan-C library and sample programs, 
+you also need the necessary C/C++ compiler tools installed. 
+A working copy of the Xerces-C XML parser library must be available 
+before you can build the Xalan-C library. 
+You may build the Xerces-C XML parser library from a source distribution 
+or use a compatible Xerces-C binary distribution.</p>
+
+<p>Building the User Guide web pages from sources requires a 
+working Xalan command line program.  The Xalan command-line program must support 
+top-level parameters as strings.</p>
+
+<p>Building the interactive API Reference pages requires a UNIX or Linux 
+system with a current copy of Doxygen and GraphViz software installed.</p>
+
+
+<a name="InstBinPkgs">‌</a>
+<p align="right" size="2">
+<a href="#content">(top)</a>
+</p>
+<h3>Install Binary Packages</h3>
+
+<p>The binary packages distributed by <b>zip</b> and <b>tar</b> files are 
+usually extracted to an install directory of your choosing. 
+After extracting the contents, and possibly relocating some items, 
+you may then need to manually perform some minor system configuration.</p>
+
+<a name="InstUnixBinPkgs">‌</a>
+<p align="right" size="2">
+<a href="#content">(top)</a>
+</p>
+<h4>Install UNIX Binary Packages</h4>
+
+<p>Binary packages for Linux and UNIX systems only distribute a <b>release</b> build of binaries. 
+A debug build of binaries requires you to compile from the sources. 
+Binary packages for Linux and UNIX systems have the following directory structure.</p>
+
+<table border="1">
+<tr>
+<td class="content" rowspan="1" colspan="1">./bin/</td>
+<td class="content" rowspan="1" colspan="1">Contains the Xalan.exe command line and DLLs</td>
+</tr>
+<tr>
+<td class="content" rowspan="1" colspan="1">./lib/</td>
+<td class="content" rowspan="1" colspan="1">Contains the linker libraries</td>
+</tr>
+<tr>
+<td class="content" rowspan="1" colspan="1">./include/xalanc/</td>
+<td class="content" rowspan="1" colspan="1">Contains the Xalan-C header files</td>
+</tr>
+<tr>
+<td class="content" rowspan="1" colspan="1">./doc/xalanc-1.11/</td>
+<td class="content" rowspan="1" colspan="1">Contains license and other information</td>
+</tr>
+</table>
+
+<p>Supplemental scripts for Linux and UNIX builds are available in the 
+source distribution by which binary packages can be made. 
+The release builds are targeted to <code>${prefix} = /opt/apache/</code>. 
+The debug buids are targeted to <code>${prefix} = /opt/apache/debug/</code>.</p>
+
+<p>Packages that are released by a UNIX or Linux package manager are 
+usually installed and configured by the package manager.</p>
+
+<a name="ConfigUnixSys">‌</a>
+<h5>Configure UNIX and Linux Systems</h5>
+
+<p>The Xalan command line executable should be in a directory 
+accessible by the PATH environment.</p>
+
+<p>The lib directories containing the <code>
+<b>libxalan-c.so</b>
+</code> and 
+<code>
+<b>libxerces-c.so</b>
+</code> objects must be known to the shared object loader. 
+The system loader environment variable usually takes precedence 
+over the shared object cache. 
+I use the shared object cache for installed applications and reserve 
+the overriding environment for prototype builds and debugging purposes.</p>
+
+<table border="1">
+<tr>
+<th class="content" rowspan="1" colspan="1">Operating System</th>
+<th class="content" rowspan="1" colspan="1">Library Path Environment</th>
+</tr>
+<tr>
+<td class="content" rowspan="1" colspan="1">Solaris and Linux</td>
+<td class="content" rowspan="1" colspan="1">LD_LIBRARY_PATH</td>
+</tr>
+<tr>
+<td class="content" rowspan="1" colspan="1">BSD/GNU</td>
+<td class="content" rowspan="1" colspan="1">LD_LIBRARY_PATH</td>
+</tr>
+<tr>
+<td class="content" rowspan="1" colspan="1">HP-UX</td>
+<td class="content" rowspan="1" colspan="1">SHLIB_PATH</td>
+</tr>
+<tr>
+<td class="content" rowspan="1" colspan="1">AIX and BSD</td>
+<td class="content" rowspan="1" colspan="1">LIBPATH</td>
+</tr>
+<tr>
+<td class="content" rowspan="1" colspan="1">MacOSX</td>
+<td class="content" rowspan="1" colspan="1">DYLD_LIBRARY_PATH</td>
+</tr>
+<tr>
+<td class="content" rowspan="1" colspan="1">Cygwin and MinGW</td>
+<td class="content" rowspan="1" colspan="1">PATH</td>
+</tr>
+</table>
+
+<p>The library search path order is significant. 
+In many cases, the <code>
+<b>/usr/lib</b>
+</code>, <code>
+<b>/lib</b>
+</code>, 
+and <code>
+<b>/usr/local/lib</b>
+</code> paths are already cached 
+in <code>
+<b>/etc/ld.so.cache</b>
+</code> or included by <code>
+<b>/etc/ld.so.conf</b>
+</code>.</p>
+
+
+
+<a name="InstWinBinPkgs">‌</a>
+<p align="right" size="2">
+<a href="#content">(top)</a>
+</p>
+<h4>Install Windows Binary Packages</h4>
+
+<p>Binary packages for Windows systems include a directory name 
+related to the Windows Studio platform used to build the product.  
+The <code>{<b>bin</b>, <b>lib</b>, <b>include</b>, <b>doc</b>}</code> directories 
+are subdirectories of the platform directory. 
+Libraries for several Visual Studio development systems 
+can be installed on the same Windows computer.</p>
+<table border="1">
+<tr>
+<td class="content" rowspan="1" colspan="1">XALANCPKG-11-31-VC71</td>
+<td class="content" rowspan="1" colspan="1">for Visual Studio 2003 (Win32)</td>
+</tr>
+<tr>
+<td class="content" rowspan="1" colspan="1">XALANCPKG-11-31-VC80</td>
+<td class="content" rowspan="1" colspan="1">for Visual Studio 2005 (Win32)</td>
+</tr>
+<tr>
+<td class="content" rowspan="1" colspan="1">XALANCPKG-11-31-VC90</td>
+<td class="content" rowspan="1" colspan="1">for Visual Studio 2008 (Win32)</td>
+</tr>
+<tr>
+<td class="content" rowspan="1" colspan="1">XALANCPKG-11-31-VC100</td>
+<td class="content" rowspan="1" colspan="1">for Visual Studio 2010 (Win32)</td>
+</tr>
+<tr>
+<td class="content" rowspan="1" colspan="1">XALANCPKG-11-31-X64-VC80</td>
+<td class="content" rowspan="1" colspan="1">for Visual Studio 2005 (amd64)</td>
+</tr>
+<tr>
+<td class="content" rowspan="1" colspan="1">XALANCPKG-11-31-X64-VC90</td>
+<td class="content" rowspan="1" colspan="1">for Visual Studio 2008 (amd64)</td>
+</tr>
+<tr>
+<td class="content" rowspan="1" colspan="1">XALANCPKG-11-31-X64-VC100</td>
+<td class="content" rowspan="1" colspan="1">for Visual Studio 2010 (amd64)</td>
+</tr>
+</table>
+
+<p>Supplemental scripts for Windows builds are available in the source distribution 
+by which these above binary packages can be made.  
+Also included are scripts for building the Xerces-C sources 
+to the following binary package directories. 
+These directories are mostly compatible with the required 
+XALANCROOT and XERCESCROOT environment variables when building your own applications.</p>
+
+<table border="1">
+<tr>
+<td class="content" rowspan="1" colspan="1">XERCESCPKG-31-VC71</td>
+<td class="content" rowspan="1" colspan="1">for Visual Studio 2003 (Win32)</td>
+</tr>
+<tr>
+<td class="content" rowspan="1" colspan="1">XERCESCPKG-31-VC80</td>
+<td class="content" rowspan="1" colspan="1">for Visual Studio 2005 (Win32)</td>
+</tr>
+<tr>
+<td class="content" rowspan="1" colspan="1">XERCESCPKG-31-VC90</td>
+<td class="content" rowspan="1" colspan="1">for Visual Studio 2008 (Win32)</td>
+</tr>
+<tr>
+<td class="content" rowspan="1" colspan="1">XERCESCPKG-31-VC100</td>
+<td class="content" rowspan="1" colspan="1">for Visual Studio 2010 (Win32)</td>
+</tr>
+<tr>
+<td class="content" rowspan="1" colspan="1">XERCESCPKG-31-X64-VC80</td>
+<td class="content" rowspan="1" colspan="1">for Visual Studio 2005 (amd64)</td>
+</tr>
+<tr>
+<td class="content" rowspan="1" colspan="1">XERCESCPKG-31-X64-VC90</td>
+<td class="content" rowspan="1" colspan="1">for Visual Studio 2008 (amd64)</td>
+</tr>
+<tr>
+<td class="content" rowspan="1" colspan="1">XERCESCPKG-31-X64-VC100</td>
+<td class="content" rowspan="1" colspan="1">for Visual Studio 2010 (amd64)</td>
+</tr>
+</table>
+
+<p>Supplemental scripts for Windows builds will also handle the packaging of older 
+Xalan-C and Xerces-C releases.  A similar naming of package directories and 
+source directories is supported for these older releases.</p>
+
+<table class="note">
+<tr>
+<td class="noteImg">
+<img src="resources/note.gif" alt="note" />
+</td>
+<td class="noteTxt">You MUST NOT merge the <b>bin</b> and <b>lib</b> directories from packages 
+compiled with different compilers or different target (Win32 or amd64) platforms.</td>
+</tr>
+</table>
+
+<p>It is safe to merge the <b>bin</b> directories of compatible Xalan-C and Xerces-C 
+distributions into a common directory known by the system PATH environment. 
+You can safely merge the <b>lib</b> directories of Xalan-C and Xerces-C into a common directory.
+ You can safely merge the <b>include</b> directories of both Xalan-C and Xerces-C 
+as long as the subdirectories of <b>xalanc</b> and <b>xercesc</b> remain intact.</p>
+
+<a name="ConfWinPath">‌</a>
+<h5>Configure Windows PATH</h5>
+
+<p>Windows systems require that the bin directories be added to the 
+PATH environment so the library DLL files can be found. 
+The <b>Xalan.exe</b> program is dynamically linked to these libraries.</p>
+
+<p>You can make the PATH environment a permanent part of the SYSTEM or user login DESKTOP environment.
+Any PATH you add to the user login DESKTOP environment gets automatically prepended to the
+SYSTEM PATH environment and is effective upon successful user DESKTOP login.  If your
+computer also starts Windows Services that run on behalf of a user, the user environment
+is assumed.</p>
+
+<ol>
+<li>Right-Click on the computer icon.</li>
+<li>Select Properties</li>
+<li>Select Advanced System Settings.</li>
+<li>SelectEnvironment Variables.</li>
+<li>Add the bin directory to the system PATH environment.</li>
+</ol>
+
+<p>The XP, NT, 2000, and 3000 systems allow environment variables to be 
+set explicitly to individual user accounts.  
+The Vista, Win-7, and 2008 systems have security administration 
+that gets in the way of updating individual user environments.</p>
+
+<p>Or you can add the <b>bin</b> directories temporarily to your environment by program control 
+or invoking a shell command script, or using a command window. 
+The following command line will append your <code>{target}/<b>bin</b>
+</code> directory
+to the PATH environment.</p>
+<blockquote class="source">
+<pre>
+set PATH=%PATH%;{target}/bin
+</pre>
+</blockquote>
+
+
+
+<a name="InstDocPkgs">‌</a>
+<p align="right" size="2">
+<a href="#content">(top)</a>
+</p>
+<h3>Install Documentation Packages</h3>
+
+<p>There are actually two distributed documentation packages.  
+One contains the website pages and full interactive apiDoc images (355+ megabytes).  
+The other contains the website pages and the apiDoc descriptions (47 megabytes) 
+without the apiDoc images.  
+Except for the absence of interactive apiDoc images, 
+the documentation packages are identical.</p>
+
+<p>The documentation packages are distributed as <b>tar</b> and <b>zip</b> files. 
+You just extract the contents into a directory that is reachable by your favorite web browser. 
+The documentation tree starts with the <b>./xalan-c/</b> directory. 
+The top documentation page is the <b>./xalan-c/index.html</b> file.</p>
+
+<p>The documentation is initially a snapshot of the 
+<a href="http://xalan.apache.org/xalan-c/index.html">Apache Xalan-C/C++ website</a> 
+at the time the product was released.</p>
+
+<p align="right" size="2">
+<a href="#content">(top)</a>
+</p>
+</div>
+<div id="footer">Copyright © 1999-2012 The Apache Software Foundation<br />Apache, Xalan, and the Feather logo are trademarks of The Apache Software Foundation<div class="small">Web Page created on - Tue 2012-10-09</div>
+</div>
+</body>
+</html>

Modified: xalan/site/docs/xalan/xalan-c/license.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-c/license.html?rev=1401023&r1=1401022&r2=1401023&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/license.html (original)
+++ xalan/site/docs/xalan/xalan-c/license.html Mon Oct 22 19:23:03 2012
@@ -1,393 +1,393 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html>
-<head>
-<title>ASF: Apache Software License Version 2.0</title>
-<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-<meta http-equiv="Content-Style-Type" content="text/css" />
-<link rel="stylesheet" type="text/css" href="resources/apache-xalan.css" />
-</head>
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the  "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- -->
-<body>
-<div id="title">
-<table class="HdrTitle">
-<tbody>
-<tr>
-<th rowspan="2">
-<a href="../index.html">
-<img alt="Trademark Logo" src="resources/XalanC-Logo-tm.png" width="190" height="90" />
-</a>
-</th>
-<th text-align="center" width="75%">
-<a href="index.html">Xalan-C/C++ Version 1.11</a>
-</th>
-</tr>
-<tr>
-<td valign="middle">Apache Software License Version 2.0</td>
-</tr>
-</tbody>
-</table>
-<table class="HdrButtons" align="center" border="1">
-<tbody>
-<tr>
-<td>
-<a href="http://www.apache.org">Apache Foundation</a>
-</td>
-<td>
-<a href="http://xalan.apache.org">Xalan Project</a>
-</td>
-<td>
-<a href="http://xerces.apache.org">Xerces Project</a>
-</td>
-<td>
-<a href="http://www.w3.org/TR">Web Consortium</a>
-</td>
-<td>
-<a href="http://www.oasis-open.org/standards">Oasis Open</a>
-</td>
-</tr>
-</tbody>
-</table>
-</div>
-<div id="navLeft">
-<ul>
-<li>
-<a href="resources.html">Resources</a>
-<br />
-</li>
-<li>
-<a href="../index.html">Home</a>
-</li></ul><hr /><ul>
-<li>
-<a href="index.html">Xalan-C++ 1.11</a>
-</li>
-<li>
-<a href="whatsnew.html">What's New</a>
-</li>
-<li>Licenses<br />
-</li></ul><hr /><ul>
-<li>
-<a href="overview.html">Overview</a>
-</li>
-<li>
-<a href="charter.html">Charter</a>
-</li></ul><hr /><ul>
-<li>
-<a href="download.html">Download</a>
-</li>
-<li>
-<a href="buildlibs.html">Build Libraries</a>
-</li>
-<li>
-<a href="install.html">Installation</a>
-</li>
-<li>
-<a href="builddocs.html">Build Documents</a>
-</li></ul><hr /><ul>
-<li>
-<a href="samples.html">Sample Apps</a>
-</li>
-<li>
-<a href="commandline.html">Command Line</a>
-</li>
-<li>
-<a href="usagepatterns.html">Usage Patterns</a>
-</li></ul><hr /><ul>
-<li>
-<a href="programming.html">Programming</a>
-</li>
-<li>
-<a href="extensions.html">Extensions</a>
-</li>
-<li>
-<a href="extensionslib.html">Extensions Library</a>
-</li>
-<li>
-<a href="apiDocs/index.html">API Reference</a>
-</li></ul><hr /><ul>
-<li>
-<a href="faq.html">Xalan-C FAQs</a>
-</li></ul><hr /><ul>
-<li>
-<a href="whatsnew.html#bugs">Bugs</a>
-</li>
-<li>
-<a href="http://xalan.apache.org/old/xalan-j/test/run.html#how-to-run-c">Testing</a>
-</li>
-<li>
-<a href="secureweb.html">Web Security</a>
-</li>
-</ul>
-</div>
-<div id="content">
-<h2>Apache Software License Version 2.0</h2>
-<ul>
-  <li>
-<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache Software License Version 2.0</a>
-</li>
-  <li>
-<a href="#notice">Xalan License Notice</a>
-</li>
-  <li>
-<a href="#license">Apache Software License Text</a>
-</li>
-</ul>
-<a name="notice">‌</a>
-<p align="right" size="2">
-<a href="#content">(top)</a>
-</p>
-<h3>Xalan Software License Notice</h3>
-<blockquote class="source">
-<pre>   =======================================================================
-   == NOTICE file corresponding to section 4(d) of the Apache License.  ==
-   == Version 2.0, in this case for the Apache Xalan distribution.      ==
-   =======================================================================
-
-   Apache XALAN-C
-   Copyright (c) 1999-2012 The Apache Software Foundation
-
-   This product includes software developed at
-   The Apache Software Foundation (http://www.apache.org/).
-
-   This software is based on the ASF XERCES-C project.
-
-   Portions of this software were originally based on the following:
-     - software copyright (c) 1999, IBM Corporation. (http://www.ibm.com).
-
-   Additional copyright submissions and contributions:
-</pre>
-</blockquote>
-
-<a name="license">‌</a>
-<p align="right" size="2">
-<a href="#content">(top)</a>
-</p>
-<h3>Apache Software License Text</h3>
-<blockquote class="source">
-<pre>                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.</pre>
-</blockquote>
-
-<p align="right" size="2">
-<a href="#content">(top)</a>
-</p>
-</div>
-<div id="footer">Copyright © 1999-2012 The Apache Software Foundation<br />Apache, Xalan, and the Feather logo are trademarks of The Apache Software Foundation<div class="small">Web Page created on - Sun 2012-10-07</div>
-</div>
-</body>
-</html>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<title>ASF: Apache Software License Version 2.0</title>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<meta http-equiv="Content-Style-Type" content="text/css" />
+<link rel="stylesheet" type="text/css" href="resources/apache-xalan.css" />
+</head>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the  "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ -->
+<body>
+<div id="title">
+<table class="HdrTitle">
+<tbody>
+<tr>
+<th rowspan="2">
+<a href="../index.html">
+<img alt="Trademark Logo" src="resources/XalanC-Logo-tm.png" width="190" height="90" />
+</a>
+</th>
+<th text-align="center" width="75%">
+<a href="index.html">Xalan-C/C++ Version 1.11</a>
+</th>
+</tr>
+<tr>
+<td valign="middle">Apache Software License Version 2.0</td>
+</tr>
+</tbody>
+</table>
+<table class="HdrButtons" align="center" border="1">
+<tbody>
+<tr>
+<td>
+<a href="http://www.apache.org">Apache Foundation</a>
+</td>
+<td>
+<a href="http://xalan.apache.org">Xalan Project</a>
+</td>
+<td>
+<a href="http://xerces.apache.org">Xerces Project</a>
+</td>
+<td>
+<a href="http://www.w3.org/TR">Web Consortium</a>
+</td>
+<td>
+<a href="http://www.oasis-open.org/standards">Oasis Open</a>
+</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div id="navLeft">
+<ul>
+<li>
+<a href="resources.html">Resources</a>
+<br />
+</li>
+<li>
+<a href="../index.html">Home</a>
+</li></ul><hr /><ul>
+<li>
+<a href="index.html">Xalan-C++ 1.11</a>
+</li>
+<li>
+<a href="whatsnew.html">What's New</a>
+</li>
+<li>Licenses<br />
+</li></ul><hr /><ul>
+<li>
+<a href="overview.html">Overview</a>
+</li>
+<li>
+<a href="charter.html">Charter</a>
+</li></ul><hr /><ul>
+<li>
+<a href="download.html">Download</a>
+</li>
+<li>
+<a href="buildlibs.html">Build Libraries</a>
+</li>
+<li>
+<a href="install.html">Installation</a>
+</li>
+<li>
+<a href="builddocs.html">Build Documents</a>
+</li></ul><hr /><ul>
+<li>
+<a href="samples.html">Sample Apps</a>
+</li>
+<li>
+<a href="commandline.html">Command Line</a>
+</li>
+<li>
+<a href="usagepatterns.html">Usage Patterns</a>
+</li></ul><hr /><ul>
+<li>
+<a href="programming.html">Programming</a>
+</li>
+<li>
+<a href="extensions.html">Extensions</a>
+</li>
+<li>
+<a href="extensionslib.html">Extensions Library</a>
+</li>
+<li>
+<a href="apiDocs/index.html">API Reference</a>
+</li></ul><hr /><ul>
+<li>
+<a href="faq.html">Xalan-C FAQs</a>
+</li></ul><hr /><ul>
+<li>
+<a href="whatsnew.html#bugs">Bugs</a>
+</li>
+<li>
+<a href="http://xalan.apache.org/old/xalan-j/test/run.html#how-to-run-c">Testing</a>
+</li>
+<li>
+<a href="secureweb.html">Web Security</a>
+</li>
+</ul>
+</div>
+<div id="content">
+<h2>Apache Software License Version 2.0</h2>
+<ul>
+  <li>
+<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache Software License Version 2.0</a>
+</li>
+  <li>
+<a href="#notice">Xalan License Notice</a>
+</li>
+  <li>
+<a href="#license">Apache Software License Text</a>
+</li>
+</ul>
+<a name="notice">‌</a>
+<p align="right" size="2">
+<a href="#content">(top)</a>
+</p>
+<h3>Xalan Software License Notice</h3>
+<blockquote class="source">
+<pre>   =======================================================================
+   == NOTICE file corresponding to section 4(d) of the Apache License.  ==
+   == Version 2.0, in this case for the Apache Xalan distribution.      ==
+   =======================================================================
+
+   Apache XALAN-C
+   Copyright (c) 1999-2012 The Apache Software Foundation
+
+   This product includes software developed at
+   The Apache Software Foundation (http://www.apache.org/).
+
+   This software is based on the ASF XERCES-C project.
+
+   Portions of this software were originally based on the following:
+     - software copyright (c) 1999, IBM Corporation. (http://www.ibm.com).
+
+   Additional copyright submissions and contributions:
+</pre>
+</blockquote>
+
+<a name="license">‌</a>
+<p align="right" size="2">
+<a href="#content">(top)</a>
+</p>
+<h3>Apache Software License Text</h3>
+<blockquote class="source">
+<pre>                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.</pre>
+</blockquote>
+
+<p align="right" size="2">
+<a href="#content">(top)</a>
+</p>
+</div>
+<div id="footer">Copyright © 1999-2012 The Apache Software Foundation<br />Apache, Xalan, and the Feather logo are trademarks of The Apache Software Foundation<div class="small">Web Page created on - Tue 2012-10-09</div>
+</div>
+</body>
+</html>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org