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/07/10 21:59:37 UTC

svn commit: r1359868 - in /xalan/site: docs/xalan/ docs/xalan/xalan-c/ xdocs/sources/ xdocs/sources/xalan-apache-org/

Author: shathaway
Date: Tue Jul 10 19:59:36 2012
New Revision: 1359868

URL: http://svn.apache.org/viewvc?rev=1359868&view=rev
Log:
Update web linkages for TLP and Xalan-C

Modified:
    xalan/site/docs/xalan/charter.html
    xalan/site/docs/xalan/index.html
    xalan/site/docs/xalan/xalan-c/builddocs.html
    xalan/site/docs/xalan/xalan-c/buildlibs.html
    xalan/site/docs/xalan/xalan-c/charter.html
    xalan/site/docs/xalan/xalan-c/commandline.html
    xalan/site/docs/xalan/xalan-c/download.html
    xalan/site/docs/xalan/xalan-c/extensions.html
    xalan/site/docs/xalan/xalan-c/extensionslib.html
    xalan/site/docs/xalan/xalan-c/faq.html
    xalan/site/docs/xalan/xalan-c/getstarted.html
    xalan/site/docs/xalan/xalan-c/index.html
    xalan/site/docs/xalan/xalan-c/install.html
    xalan/site/docs/xalan/xalan-c/license.html
    xalan/site/docs/xalan/xalan-c/overview.html
    xalan/site/docs/xalan/xalan-c/programming.html
    xalan/site/docs/xalan/xalan-c/readme.html
    xalan/site/docs/xalan/xalan-c/releasenotes.html
    xalan/site/docs/xalan/xalan-c/resources.html
    xalan/site/docs/xalan/xalan-c/samples.html
    xalan/site/docs/xalan/xalan-c/secureweb.html
    xalan/site/docs/xalan/xalan-c/usagepatterns.html
    xalan/site/docs/xalan/xalan-c/whatsnew.html
    xalan/site/xdocs/sources/xalan-apache-org-site.xml
    xalan/site/xdocs/sources/xalan-apache-org/index.xml

Modified: xalan/site/docs/xalan/charter.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/charter.html?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/charter.html (original)
+++ xalan/site/docs/xalan/charter.html Tue Jul 10 19:59:36 2012
@@ -79,7 +79,13 @@
 <a href="xalan-c/index.html">Xalan C++</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/index.html">Xalan Java</a>
+<a href="old/xalan-c/index.html">Xalan C++ (old)</a>
+</li>
+<li>
+<a href="xalan-j/index.html">Xalan Java</a>
+</li>
+<li>
+<a href="old/xalan-j/index.html">Xalan Java (old)</a>
 </li></ul><hr /><ul></ul>
 <p class="navGroup">
 <em>Mail Lists</em>
@@ -462,7 +468,7 @@
 <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 - Fri 06/15/2012</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 07/10/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/index.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/index.html?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/index.html (original)
+++ xalan/site/docs/xalan/index.html Tue Jul 10 19:59:36 2012
@@ -143,10 +143,10 @@ at the left of the screen. </p>
 <ul>
 
   <li>
-<a href="http://xml.apache.org/xalan-c">Xalan C++ Version 1.10</a>
+<a href="old/xalan-c/index.html">Xalan C++ Version 1.10</a>
 </li>
   <li>
-<a href="http://xml.apache.org/xalan-j">Xalan Java Version 2.7.1</a>
+<a href="old/xalan-j/index.html">Xalan Java Version 2.7.1</a>
 </li>
 </ul>
 
@@ -162,8 +162,8 @@ As our charter will tell you, the Apache
 project dedicated to providing robust, full-featured, commercial-quality, and 
 freely available XSLT support on a wide variety of platforms.</p>
 <p>There are currently two subprojects under the Apache Xalan Project:  
-<a href="http://xml.apache.org/xalan-c/">Xalan C++</a>, and 
-<a href="http://xml.apache.org/xalan-j/">Xalan Java</a>, representing
+<a href="old/xalan-c/index.html">Xalan C++</a>, and 
+<a href="old/xalan-j/index.html">Xalan Java</a>, representing
 C++ and Java implementations of the <a href="http://www.w3.org/TR/xslt">W3C XSL Transformations (XSLT) 
 Version 1.0</a> and the <a href="http://www.w3.org/TR/xpath">XML Path Language (XPath) Version 1.0</a> 
 recommendations.</p> 
@@ -231,7 +231,7 @@ participate</a> in the various developme
 <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 - Mon 07/09/2012</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 07/10/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-c/builddocs.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-c/builddocs.html?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/builddocs.html (original)
+++ xalan/site/docs/xalan/xalan-c/builddocs.html Tue Jul 10 19:59:36 2012
@@ -528,7 +528,7 @@ xalan/c/trunk/build/docs/html/apiDocs/
 <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 - Fri 06/15/2012</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 07/10/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-c/buildlibs.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-c/buildlibs.html?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/buildlibs.html (original)
+++ xalan/site/docs/xalan/xalan-c/buildlibs.html Tue Jul 10 19:59:36 2012
@@ -895,7 +895,7 @@ CXXFLAGS="-arch i386 -arch ppc"</td>
 <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 - Fri 06/15/2012</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 07/10/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-c/charter.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-c/charter.html?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/charter.html (original)
+++ xalan/site/docs/xalan/xalan-c/charter.html Tue Jul 10 19:59:36 2012
@@ -482,7 +482,7 @@
 <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 - Fri 06/15/2012</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 07/10/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-c/commandline.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-c/commandline.html?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/commandline.html (original)
+++ xalan/site/docs/xalan/xalan-c/commandline.html Tue Jul 10 19:59:36 2012
@@ -249,7 +249,7 @@
 <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 - Fri 06/15/2012</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 07/10/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-c/download.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-c/download.html?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/download.html (original)
+++ xalan/site/docs/xalan/xalan-c/download.html Tue Jul 10 19:59:36 2012
@@ -360,7 +360,7 @@ of compilers may cause problems</p>
 <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 - Fri 06/15/2012</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 07/10/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-c/extensions.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-c/extensions.html?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/extensions.html (original)
+++ xalan/site/docs/xalan/xalan-c/extensions.html Tue Jul 10 19:59:36 2012
@@ -434,7 +434,7 @@ for example, gets you the next sibling i
 <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 - Fri 06/15/2012</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 07/10/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-c/extensionslib.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-c/extensionslib.html?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/extensionslib.html (original)
+++ xalan/site/docs/xalan/xalan-c/extensionslib.html Tue Jul 10 19:59:36 2012
@@ -362,7 +362,7 @@
 <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 - Fri 06/15/2012</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 07/10/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-c/faq.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-c/faq.html?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/faq.html (original)
+++ xalan/site/docs/xalan/xalan-c/faq.html Tue Jul 10 19:59:36 2012
@@ -688,7 +688,7 @@
 <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 - Fri 06/15/2012</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 07/10/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-c/getstarted.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-c/getstarted.html?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/getstarted.html (original)
+++ xalan/site/docs/xalan/xalan-c/getstarted.html Tue Jul 10 19:59:36 2012
@@ -443,7 +443,7 @@ most standard transformations is as foll
 <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 - Fri 06/15/2012</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 07/10/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-c/index.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-c/index.html?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/index.html (original)
+++ xalan/site/docs/xalan/xalan-c/index.html Tue Jul 10 19:59:36 2012
@@ -128,7 +128,7 @@
 <a href="whatsnew.html#bugs">Bugs</a>
 </li>
 <li>
-<a href="xalan-j/test/run.html#how-to-run-c">Testing</a>
+<a href="http://xml.apache.org/xalan-j/test/run.html#how-to-run-c">Testing</a>
 </li>
 <li>
 <a href="secureweb.html">Web Security</a>
@@ -162,7 +162,7 @@
 </li>
 </ul>
 <p>The old Xalan-C/C++ 1.10 release can be found at 
-<a href="../old/xalan-c/index.html">xml.apache.org/xalan-c</a>.</p>
+<a href="../old/xalan-c">xml.apache.org/xalan-c</a>.</p>
 
 <a name="whatisxalan">&#8204;</a>
 <p align="right" size="2">
@@ -531,7 +531,7 @@ and let us know of your building issues.
 <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 - Fri 06/15/2012</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 07/10/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-c/install.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-c/install.html?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/install.html (original)
+++ xalan/site/docs/xalan/xalan-c/install.html Tue Jul 10 19:59:36 2012
@@ -375,7 +375,7 @@
 <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 - Fri 06/15/2012</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 07/10/2012</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=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/license.html (original)
+++ xalan/site/docs/xalan/xalan-c/license.html Tue Jul 10 19:59:36 2012
@@ -387,7 +387,7 @@
 <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 - Fri 06/15/2012</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 07/10/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-c/overview.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-c/overview.html?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/overview.html (original)
+++ xalan/site/docs/xalan/xalan-c/overview.html Tue Jul 10 19:59:36 2012
@@ -378,7 +378,7 @@ XML, XPath, XSLT, XML Schema, SOAP and M
 <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 - Fri 06/15/2012</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 07/10/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-c/programming.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-c/programming.html?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/programming.html (original)
+++ xalan/site/docs/xalan/xalan-c/programming.html Tue Jul 10 19:59:36 2012
@@ -241,7 +241,7 @@ SimpleTransform</a> sample that has been
 <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 - Fri 06/15/2012</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 07/10/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-c/readme.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-c/readme.html?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/readme.html (original)
+++ xalan/site/docs/xalan/xalan-c/readme.html Tue Jul 10 19:59:36 2012
@@ -1102,7 +1102,7 @@ where <b>
 <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 - Fri 06/15/2012</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 07/10/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-c/releasenotes.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-c/releasenotes.html?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/releasenotes.html (original)
+++ xalan/site/docs/xalan/xalan-c/releasenotes.html Tue Jul 10 19:59:36 2012
@@ -1102,7 +1102,7 @@ where <b>
 <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 - Fri 06/15/2012</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 07/10/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-c/resources.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-c/resources.html?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/resources.html (original)
+++ xalan/site/docs/xalan/xalan-c/resources.html Tue Jul 10 19:59:36 2012
@@ -325,7 +325,7 @@
 <br />
 </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 - Fri 06/15/2012</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 07/10/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-c/samples.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-c/samples.html?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/samples.html (original)
+++ xalan/site/docs/xalan/xalan-c/samples.html Tue Jul 10 19:59:36 2012
@@ -879,7 +879,7 @@ theProcessor.addTraceListener(&amp;theTr
 <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 - Fri 06/15/2012</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 07/10/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-c/secureweb.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-c/secureweb.html?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/secureweb.html (original)
+++ xalan/site/docs/xalan/xalan-c/secureweb.html Tue Jul 10 19:59:36 2012
@@ -580,7 +580,7 @@ Strict XHTML is required to be well-form
 <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 - Fri 06/15/2012</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 07/10/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-c/usagepatterns.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-c/usagepatterns.html?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/usagepatterns.html (original)
+++ xalan/site/docs/xalan/xalan-c/usagepatterns.html Tue Jul 10 19:59:36 2012
@@ -939,7 +939,7 @@ theResult = XalanTransformToFile(xmlfile
 <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 - Fri 06/15/2012</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 07/10/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-c/whatsnew.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-c/whatsnew.html?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/whatsnew.html (original)
+++ xalan/site/docs/xalan/xalan-c/whatsnew.html Tue Jul 10 19:59:36 2012
@@ -712,7 +712,7 @@ and offers to help to <a href="mailto:xa
 <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 - Fri 06/15/2012</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 07/10/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/xdocs/sources/xalan-apache-org-site.xml
URL: http://svn.apache.org/viewvc/xalan/site/xdocs/sources/xalan-apache-org-site.xml?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/xdocs/sources/xalan-apache-org-site.xml (original)
+++ xalan/site/xdocs/sources/xalan-apache-org-site.xml Tue Jul 10 19:59:36 2012
@@ -1,50 +1,50 @@
-<?xml version="1.0"?>
-<!DOCTYPE book SYSTEM "../style/dtd/book.dtd">
-
-<!--
- * Copyright 2000-2012 The Apache Software Foundation.
- *
- * 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.
--->
-
-<book title="Apache Xalan Project " copyright="2011 The Apache Software Foundation">
-  <document id="index" label="Apache Xalan" source="xalan-apache-org/index.xml"/>
-  <document id="charter" label="Charter" source="xalan-apache-org/charter.xml"/>
-  <separator/>  
-<!--
-  <external href="http://xml.apache.org/xalan-c" label="Xalan C++"/>  
-  <external href="http://xml.apache.org/xalan-j" label="Xalan Java 2"/>
--->
-<group label="Projects">
-  <external href="xalan-c/index.html" label="Xalan C++"/>  
-  <external href="old/xalan-c/index.html" label="Xalan C++ (old)"/>
-  <external href="xalan-j/index.html" label="Xalan Java"/>
-  <external href="old/xalan-j/index.html" label="Xalan Java (old)"/>
-</group>
-  <separator/>  
-<group label="Mail Lists">
-  <external href="http://marc.theaimsgroup.com/?l=xalan-dev " label="Developers Archive"/>
-  <external href="http://marc.theaimsgroup.com/?l=xalan-c-users" label="C Users Archive"/>
-  <external href="http://marc.theaimsgroup.com/?l=xalan-j-users" label="J Users Archive"/>
-</group>
-  <separator/>
-<group label="Resources">
-  <external href="http://www.apache.org/" label="Apache"/>
-  <external href="http://www.apache.org/foundation/getinvolved.html" label="Get Involved"/>
-  <external href="http://www.apache.org/licenses/" label="Licenses"/>
-  <external href="http://www.apache.org/foundation/sponsorship.html" label="Sponsorship"/>
-  <external href="http://www.apache.org/foundation/thanks.html" label="Thanks"/>
-  <external href="http://www.apache.org/security/" label="Security"/>
-</group>
-  <separator/>
-</book>
+<?xml version="1.0"?>
+<!DOCTYPE book SYSTEM "../style/dtd/book.dtd">
+
+<!--
+ * Copyright 2000-2012 The Apache Software Foundation.
+ *
+ * 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.
+-->
+
+<book title="Apache Xalan Project " copyright="2011 The Apache Software Foundation">
+  <document id="index" label="Apache Xalan" source="xalan-apache-org/index.xml"/>
+  <document id="charter" label="Charter" source="xalan-apache-org/charter.xml"/>
+  <separator/>  
+<!--
+  <external href="http://xml.apache.org/xalan-c" label="Xalan C++"/>  
+  <external href="http://xml.apache.org/xalan-j" label="Xalan Java 2"/>
+-->
+<group label="Projects">
+  <external href="xalan-c/index.html" label="Xalan C++"/>  
+  <external href="old/xalan-c/index.html" label="Xalan C++ (old)"/>
+  <external href="xalan-j/index.html" label="Xalan Java"/>
+  <external href="old/xalan-j/index.html" label="Xalan Java (old)"/>
+</group>
+  <separator/>  
+<group label="Mail Lists">
+  <external href="http://marc.theaimsgroup.com/?l=xalan-dev " label="Developers Archive"/>
+  <external href="http://marc.theaimsgroup.com/?l=xalan-c-users" label="C Users Archive"/>
+  <external href="http://marc.theaimsgroup.com/?l=xalan-j-users" label="J Users Archive"/>
+</group>
+  <separator/>
+<group label="Resources">
+  <external href="http://www.apache.org/" label="Apache"/>
+  <external href="http://www.apache.org/foundation/getinvolved.html" label="Get Involved"/>
+  <external href="http://www.apache.org/licenses/" label="Licenses"/>
+  <external href="http://www.apache.org/foundation/sponsorship.html" label="Sponsorship"/>
+  <external href="http://www.apache.org/foundation/thanks.html" label="Thanks"/>
+  <external href="http://www.apache.org/security/" label="Security"/>
+</group>
+  <separator/>
+</book>

Modified: xalan/site/xdocs/sources/xalan-apache-org/index.xml
URL: http://svn.apache.org/viewvc/xalan/site/xdocs/sources/xalan-apache-org/index.xml?rev=1359868&r1=1359867&r2=1359868&view=diff
==============================================================================
--- xalan/site/xdocs/sources/xalan-apache-org/index.xml (original)
+++ xalan/site/xdocs/sources/xalan-apache-org/index.xml Tue Jul 10 19:59:36 2012
@@ -35,8 +35,8 @@ at the left of the screen. </p>
 * Xalan C++ Version 1.10 [xml.apache.org/xalan-c]
 * Xalan Java Version 2.7.1 [xml.apache.org/xalan-j]
 -->
-  <li><jump href="http://xml.apache.org/xalan-c">Xalan C++ Version 1.10</jump></li>
-  <li><jump href="http://xml.apache.org/xalan-j">Xalan Java Version 2.7.1</jump></li>
+  <li><jump href="old/xalan-c/index.html">Xalan C++ Version 1.10</jump></li>
+  <li><jump href="old/xalan-j/index.html">Xalan Java Version 2.7.1</jump></li>
 </ul>
 
 <p>The links on the left navigation panel point to the current documentation.</p>
@@ -48,8 +48,8 @@ As our charter will tell you, the Apache
 project dedicated to providing robust, full-featured, commercial-quality, and 
 freely available XSLT support on a wide variety of platforms.</p>
 <p>There are currently two subprojects under the Apache Xalan Project:  
-<jump href="http://xml.apache.org/xalan-c/">Xalan C++</jump>, and 
-<jump href="http://xml.apache.org/xalan-j/">Xalan Java</jump>, representing
+<jump href="old/xalan-c/index.html">Xalan C++</jump>, and 
+<jump href="old/xalan-j/index.html">Xalan Java</jump>, representing
 C++ and Java implementations of the <jump href="http://www.w3.org/TR/xslt">W3C XSL Transformations (XSLT) 
 Version 1.0</jump> and the <jump href="http://www.w3.org/TR/xpath">XML Path Language (XPath) Version 1.0</jump> 
 recommendations.</p> 



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