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/08/19 18:01:20 UTC

svn commit: r1374781 - in /xalan/site/docs/xalan/xalan-j: ./ design/ xsltc/

Author: shathaway
Date: Sun Aug 19 16:01:18 2012
New Revision: 1374781

URL: http://svn.apache.org/viewvc?rev=1374781&view=rev
Log:
Xalan-J fix links to new mail lists

Modified:
    xalan/site/docs/xalan/xalan-j/bugreporting.html
    xalan/site/docs/xalan/xalan-j/builds.html
    xalan/site/docs/xalan/xalan-j/charter.html
    xalan/site/docs/xalan/xalan-j/commandline.html
    xalan/site/docs/xalan/xalan-j/commandline_xsltc.html
    xalan/site/docs/xalan/xalan-j/contact_us.html
    xalan/site/docs/xalan/xalan-j/design/design2_0_0.html
    xalan/site/docs/xalan/xalan-j/downloads.html
    xalan/site/docs/xalan/xalan-j/dtm.html
    xalan/site/docs/xalan/xalan-j/extensions.html
    xalan/site/docs/xalan/xalan-j/extensions_xsltc.html
    xalan/site/docs/xalan/xalan-j/extensionslib.html
    xalan/site/docs/xalan/xalan-j/faq.html
    xalan/site/docs/xalan/xalan-j/features.html
    xalan/site/docs/xalan/xalan-j/getstarted.html
    xalan/site/docs/xalan/xalan-j/index.html
    xalan/site/docs/xalan/xalan-j/overview.html
    xalan/site/docs/xalan/xalan-j/public_apis.html
    xalan/site/docs/xalan/xalan-j/readme.html
    xalan/site/docs/xalan/xalan-j/resources.html
    xalan/site/docs/xalan/xalan-j/samples.html
    xalan/site/docs/xalan/xalan-j/trax.html
    xalan/site/docs/xalan/xalan-j/usagepatterns.html
    xalan/site/docs/xalan/xalan-j/whatsnew.html
    xalan/site/docs/xalan/xalan-j/xpath_apis.html
    xalan/site/docs/xalan/xalan-j/xsltc/index.html
    xalan/site/docs/xalan/xalan-j/xsltc/xsl_choose_design.html
    xalan/site/docs/xalan/xalan-j/xsltc/xsl_comment_design.html
    xalan/site/docs/xalan/xalan-j/xsltc/xsl_if_design.html
    xalan/site/docs/xalan/xalan-j/xsltc/xsl_include_design.html
    xalan/site/docs/xalan/xalan-j/xsltc/xsl_key_design.html
    xalan/site/docs/xalan/xalan-j/xsltc/xsl_lang_design.html
    xalan/site/docs/xalan/xalan-j/xsltc/xsl_sort_design.html
    xalan/site/docs/xalan/xalan-j/xsltc/xsl_unparsed_design.html
    xalan/site/docs/xalan/xalan-j/xsltc/xsl_variable_design.html
    xalan/site/docs/xalan/xalan-j/xsltc/xsl_whitespace_design.html
    xalan/site/docs/xalan/xalan-j/xsltc/xsltc_compiler.html
    xalan/site/docs/xalan/xalan-j/xsltc/xsltc_dom.html
    xalan/site/docs/xalan/xalan-j/xsltc/xsltc_iterators.html
    xalan/site/docs/xalan/xalan-j/xsltc/xsltc_namespace.html
    xalan/site/docs/xalan/xalan-j/xsltc/xsltc_native_api.html
    xalan/site/docs/xalan/xalan-j/xsltc/xsltc_performance.html
    xalan/site/docs/xalan/xalan-j/xsltc/xsltc_predicates.html
    xalan/site/docs/xalan/xalan-j/xsltc/xsltc_runtime.html
    xalan/site/docs/xalan/xalan-j/xsltc/xsltc_trax.html
    xalan/site/docs/xalan/xalan-j/xsltc/xsltc_trax_api.html
    xalan/site/docs/xalan/xalan-j/xsltc_usage.html

Modified: xalan/site/docs/xalan/xalan-j/bugreporting.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/bugreporting.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/bugreporting.html (original)
+++ xalan/site/docs/xalan/xalan-j/bugreporting.html Sun Aug 19 16:01:18 2012
@@ -147,7 +147,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>Bug Reporting<br />
 </li></ul><hr /><ul>
@@ -166,7 +166,7 @@
   <ul>
   <li>If doubt exists whether the behaviour in question is a bug or a feature, 
       please post a message to the 
-      <a href="http://xml.apache.org/mail.html#xalan-j-users">xalan-j-users@xml.apache.org</a>
+      <a href="mailto:j-users@xalan.apache.org">xalan-j-users@apache.org</a>
       list for clarification.</li>
   <li>To help eliminate duplicate or invalid bug reports, please take a quick look at
       bugs in JIRA to see whether the bug has been already reported and/or fixed. 
@@ -227,7 +227,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/builds.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/builds.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/builds.html (original)
+++ xalan/site/docs/xalan/xalan-j/builds.html Sun Aug 19 16:01:18 2012
@@ -146,7 +146,7 @@
 <li>Building a release<br />
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -224,17 +224,18 @@
 </td>
 <td class="noteTxt">This section is meant to become a set of guidelines for all Xalan-Java
 committers and developers who wish to submit patches.  It's still in progress; 
-suggestions to xalan-dev@xml.apache.org appreciated.</td>
+suggestions to xalan-dev@apache.org appreciated.</td>
 </tr>
 </table> 
   <p>The project's technical mailing list for all committers and developers 
   interested in the API and inner workings is 
-  <a href="mailto:xalan-dev@xml.apache.org">xalan-dev@xml.apache.org</a>; 
+  <a href="mailto:xalan-dev@apache.org">xalan-dev@apache.org</a>; 
   it's a good idea to 
   <a href="contact_us.html#dev-mailing-list">subscribe</a>
   if you plan to work on Xalan-Java.  Logs of all Subversion 
-  commits are automatically sent to <a href="mailto:xalan-cvs@xml.apache.org">xalan-cvs@xml.apache.org</a>, although 
-  discussions should happen on xalan-dev.  You can read more <a href="http://xml.apache.org/mail.html">about mailing lists.</a>
+  commits are automatically sent to <a href="mailto:commits@xalan.apache.org">commits@xalan.apache.org</a>, although 
+  discussions should happen on xalan-dev.  You can read more 
+  <a href="http://www.apache.org/foundation/mailinglists.html">about mailing lists.</a>
 </p>
   <p>Xalan-Java is a fairly mature project; one where most committers and many 
   users expect that the daily build will be mostly functional.  Very risky changes 
@@ -246,7 +247,7 @@ suggestions to xalan-dev@xml.apache.org 
   it's OK to break the Smoketest temporarily.  The Smoketest is a selection of 
   API functionality tests and a pass through a wide variety of XSLT conformance 
   tests that ensure basic functionality.  You can also read a full set of 
-  <a href="http://xml.apache.org/xalan-j/test/overview.html">documentation about the tests</a>.</p>
+  <a href="../old/xalan-j/test/overview.html">documentation about the tests</a>.</p>
   <p>
   (Smoketest doc is TBD!)
 <blockquote class="source">
@@ -673,7 +674,7 @@ a couple of the highlights of the new bu
 distribution area.</p>
 
 <p>Make the subject something like:  [ANN] Xalan-J 2.x Point/Developers/Whatever Release posted to xml.apache.org
-and send your email to:  general@xml.apache.org, xalan-dev@xml.apache.org, xalan-j-users@xml.apache.org.  Note 
+and send your email to:  general@xml.apache.org, xalan-dev@apache.org, xalan-j-users@apache.org.  Note 
 that for developers releases, you can omit the general@xml.apache.org address if you 
 don't think it will be of interest to the larger audience.
 </p>
@@ -685,7 +686,7 @@ don't think it will be of interest to th
 <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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/charter.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/charter.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/charter.html (original)
+++ xalan/site/docs/xalan/xalan-j/charter.html Sun Aug 19 16:01:18 2012
@@ -146,7 +146,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -503,7 +503,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/commandline.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/commandline.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/commandline.html (original)
+++ xalan/site/docs/xalan/xalan-j/commandline.html Sun Aug 19 16:01:18 2012
@@ -146,7 +146,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -283,7 +283,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/commandline_xsltc.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/commandline_xsltc.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/commandline_xsltc.html (original)
+++ xalan/site/docs/xalan/xalan-j/commandline_xsltc.html Sun Aug 19 16:01:18 2012
@@ -147,7 +147,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -465,7 +465,7 @@ Templates templates = tfactory.newTempla
 <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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/contact_us.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/contact_us.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/contact_us.html (original)
+++ xalan/site/docs/xalan/xalan-j/contact_us.html Sun Aug 19 16:01:18 2012
@@ -147,7 +147,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -189,8 +189,8 @@
   </p> 
   <p>
     Please email your comments, questions, suggestions, 
-    and offers to join the Xalan team to <a href="mailto:xalan-dev@xml.apache.org">Xalan Development Mailing List</a>
-    (xalan-dev@xml.apache.org).</p>
+    and offers to join the Xalan team to <a href="mailto:xalan-dev@apache.org">Xalan Development Mailing List</a>
+    (xalan-dev@apache.org).</p>
  
 <a name="reporting-bugs">‌</a>
 <p align="right" size="2">
@@ -212,7 +212,7 @@
     If you think you have encountered a bug, but you aren't sure because 
     it might be a usage problem, or if you have other questions about Xalan 
     post a note to
-    <a href="mailto:xalan-j-users@xml.apache.org">xalan-j-users@xml.apache.org</a>
+    <a href="mailto:xalan-j-users@apache.org">xalan-j-users@apache.org</a>
     This mailing list pertains to only to the Java version of Xalan.
   </p>
   <p>
@@ -231,7 +231,7 @@
   <p>
     The participating developers of the Xalan meet and discuss issues, 
     code changes/additions, etc. at 
-    <a href="mailto:xalan-dev@xml.apache.org">xalan-dev@xml.apache.org</a>.
+    <a href="mailto:xalan-dev@apache.org">xalan-dev@apache.org</a>.
     This mailing list pertains to both the Java and C++ versions of Xalan.
   </p>
   <p>
@@ -252,24 +252,25 @@
   </p>
   <p>
     To subscribe an email account to the Xalan user mailing list send a note to 
-    xalan-j-users-subscribe@xml.apache.org from that account. To unsubscribe
+    xalan-j-users-subscribe@apache.org from that account. To unsubscribe
     do the same, except replace <b>subscribe</b> with <b>unsubscribe</b>.
   </p>
   <p>
     To subscribe to the Xalan developer mailing list send a note to 
-    xalan-dev-subscribe@xml.apache.org. To unsubscribe
+    xalan-dev-subscribe@apache.org. To unsubscribe
     do the same, except replace <b>subscribe</b> with <b>unsubscribe</b>.
   </p>  
   <p>
     For more information on XML related Apache mailing lists go to
-    <a href="http://xml.apache.org/mail.html">Apache mailing lists</a>. 
+    <a href="http://xml.apache.org/mail.html">Apache XML mailing lists</a>.
+    These lists are obsolete since Xalan has become its own Apache project. 
   </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 - Fri 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/design/design2_0_0.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/design/design2_0_0.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/design/design2_0_0.html (original)
+++ xalan/site/docs/xalan/xalan-j/design/design2_0_0.html Sun Aug 19 16:01:18 2012
@@ -462,7 +462,8 @@ tree content handler (often a <a href=".
 <h4>Extensions Module</h4>
 <p>This package contains an implementation of Xalan Extension Mechanism, which uses the <a href="http://oss.software.ibm.com/developerworks/opensource/bsf/">Bean Scripting Framework</a>.
 
-The Bean Scripting Framework (BSF) is an architecture for incorporating scripting into Java applications and applets.  Scripting languages such as Netscape Rhino (Javascript), VBScript, Perl, Tcl, Python, NetRexx and Rexx can be used to augment XSLT's functionality.  In addition, the Xalan extension mechanism allows use of Java classes.  See the <a href="http://xml.apache.org/xalan/extensions.html">Xalan-J 2 extension documentation</a> for a description of using extensions in a stylesheet. Please note that the W3C XSL Working Group is working on a specification for standard extension bindings, and this module will change to follow that specification.  </p>
+The Bean Scripting Framework (BSF) is an architecture for incorporating scripting into Java applications and applets.  Scripting languages such as Netscape Rhino (Javascript), VBScript, Perl, Tcl, Python, NetRexx and Rexx can be used to augment XSLT's functionality.  In addition, the Xalan extension mechanism allows use of Java classes.  See the 
+<a href="../extensions.html">Xalan-J 2 extension documentation</a> for a description of using extensions in a stylesheet. Please note that the W3C XSL Working Group is working on a specification for standard extension bindings, and this module will change to follow that specification.  </p>
 <p>[More needed... -sb]</p>
 <a name="xpath">‌</a> 
   <p align="right" size="2">
@@ -527,7 +528,8 @@ The Bean Scripting Framework (BSF) is an
 <a href="#content">(top)</a>
 </p>
 <h4>XPath Database Connection</h4>
-<p>An important part of the XPath design in both Xalan 1 and Xalan 2, is to enable database connections to be used as drivers directly to the XPath <a href="http://www.w3.org/TR/xpath#location-paths">LocationPath</a> handling.  This allows databases to be directly connected to the transform, and be able to take advantage of internal indexing and the like.  While in Xalan 1 this was done via the <a href="http://xml.apache.org/xalan/apidocs/org/apache/xalan/xpath/XLocator.html">XLocator</a> interface, in Xalan 2 this interface is no longer used, and has been replaced by the DOM2 <a href="http://www.w3.org/TR/DOM-Level-2/traversal.html#Iterator-overview">NodeIterator</a> interface.  An application or extension should be able to install their own NodeIterator for a given document.</p>
+<p>An important part of the XPath design in both Xalan 1 and Xalan 2, is to enable database connections to be used as drivers directly to the XPath <a href="http://www.w3.org/TR/xpath#location-paths">LocationPath</a> handling.  This allows databases to be directly connected to the transform, and be able to take advantage of internal indexing and the like.  While in Xalan 1 this was done via the 
+<a href="../apidocs/org/apache/xalan/xpath/XLocator.html">XLocator</a> interface, in Xalan 2 this interface is no longer used, and has been replaced by the DOM2 <a href="http://www.w3.org/TR/DOM-Level-2/traversal.html#Iterator-overview">NodeIterator</a> interface.  An application or extension should be able to install their own NodeIterator for a given document.</p>
 <p>
 <img src="data.gif" alt="data.gif" />
 </p>
@@ -625,7 +627,7 @@ The Bean Scripting Framework (BSF) is an
 <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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/downloads.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/downloads.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/downloads.html (original)
+++ xalan/site/docs/xalan/xalan-j/downloads.html Sun Aug 19 16:01:18 2012
@@ -146,7 +146,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -626,7 +626,7 @@ build completed! 
 <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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/dtm.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/dtm.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/dtm.html (original)
+++ xalan/site/docs/xalan/xalan-j/dtm.html Sun Aug 19 16:01:18 2012
@@ -146,7 +146,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -293,7 +293,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/extensions.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/extensions.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/extensions.html (original)
+++ xalan/site/docs/xalan/xalan-j/extensions.html Sun Aug 19 16:01:18 2012
@@ -146,7 +146,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -1657,7 +1657,7 @@ public class MyCounter {
 <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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/extensions_xsltc.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/extensions_xsltc.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/extensions_xsltc.html (original)
+++ xalan/site/docs/xalan/xalan-j/extensions_xsltc.html Sun Aug 19 16:01:18 2012
@@ -146,7 +146,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -400,7 +400,7 @@ with multiple XSLT processors.</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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/extensionslib.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/extensionslib.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/extensionslib.html (original)
+++ xalan/site/docs/xalan/xalan-j/extensionslib.html Sun Aug 19 16:01:18 2012
@@ -146,7 +146,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -219,7 +219,7 @@ for extending and simplifying what you c
 Xalan. With input and contributions from the XML open-source developer community, we are working on 
 placing the most useful extensions in an extensions library distributed with Xalan-Java. If you have 
 ideas and/or contributions you would like to make, please email us at 
-the <a href="mailto:xalan-dev@xml.apache.org">Xalan Development Mailing List</a>.</p>
+the <a href="mailto:xalan-dev@apache.org">Xalan Development Mailing List</a>.</p>
 <a name="exslt">‌</a>
 <p align="right" size="2">
 <a href="#content">(top)</a>
@@ -256,7 +256,7 @@ EXSLT math functions, specify a namespac
 <p>     <code>xmlns:math="http://exslt.org/math"</code>
 </p>
 <p>Anyone who would like to help by implementating other EXSLT extensions is more than welcome. Please 
-email us at the <a href="mailto:xalan-dev@xml.apache.org">Xalan Development Mailing List</a>.</p>
+email us at the <a href="mailto:xalan-dev@apache.org">Xalan Development Mailing List</a>.</p>
 
 <a name="xalanns">‌</a>
 <p align="right" size="2">
@@ -1016,7 +1016,7 @@ stylesheet more portable across XSLT pro
 <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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/faq.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/faq.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/faq.html (original)
+++ xalan/site/docs/xalan/xalan-j/faq.html Sun Aug 19 16:01:18 2012
@@ -146,7 +146,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -399,7 +399,7 @@
 <hr />
 <div class="faqAnswer">
         <p>
-<a href="http://xml.apache.org/xalan-j">Xalan-Java Version 2.7.1</a> has been tested with <a href="http://xerces.apache.org/xerces2-j/index.html">Xerces-Java @parser.version.VERSION@.@parser.version.RELEASE@.@parser.version.MINOR@</a>. 
+<a href="http://xalan.apache.org/xalan-j">Xalan-Java Version 2.7.1</a> has been tested with <a href="http://xerces.apache.org/xerces2-j/index.html">Xerces-Java @parser.version.VERSION@.@parser.version.RELEASE@.@parser.version.MINOR@</a>. 
            See <a href="readme.html#status">Status</a>.
         </p>
       </div>
@@ -1181,7 +1181,7 @@ public static SourceLocator getRootSourc
 <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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/features.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/features.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/features.html (original)
+++ xalan/site/docs/xalan/xalan-j/features.html Sun Aug 19 16:01:18 2012
@@ -146,7 +146,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -503,7 +503,7 @@ if (tFact instanceof TransformerFactoryI
 <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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/getstarted.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/getstarted.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/getstarted.html (original)
+++ xalan/site/docs/xalan/xalan-j/getstarted.html Sun Aug 19 16:01:18 2012
@@ -146,7 +146,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -302,7 +302,7 @@ the Xalan-Java Interpretive processor. S
 <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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/index.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/index.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/index.html (original)
+++ xalan/site/docs/xalan/xalan-j/index.html Sun Aug 19 16:01:18 2012
@@ -146,7 +146,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -557,7 +557,7 @@ in the Xalan-Java distribution..</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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/overview.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/overview.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/overview.html (original)
+++ xalan/site/docs/xalan/xalan-j/overview.html Sun Aug 19 16:01:18 2012
@@ -146,7 +146,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -363,7 +363,7 @@
 </li>       
 </ul>
 <p>When you come across other useful introductory or background materials, please email 
-   <a href="mailto:xalan-dev@xml.apache.org">Xalan Development Mailing List</a>, so we can add them to this list.</p>
+   <a href="mailto:xalan-dev@apache.org">Xalan Development Mailing List</a>, so we can add them to this list.</p>
     
 <a name="glossary">‌</a>
 <p align="right" size="2">
@@ -441,7 +441,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/public_apis.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/public_apis.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/public_apis.html (original)
+++ xalan/site/docs/xalan/xalan-j/public_apis.html Sun Aug 19 16:01:18 2012
@@ -146,7 +146,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -321,7 +321,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/readme.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/readme.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/readme.html (original)
+++ xalan/site/docs/xalan/xalan-j/readme.html Sun Aug 19 16:01:18 2012
@@ -146,7 +146,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -535,8 +535,9 @@
       <a href="http://issues.apache.org/jira/secure/ViewIssue.jspa?key=XALANJ-2176">2176</a>,
       <a href="http://issues.apache.org/jira/secure/ViewIssue.jspa?key=XALANJ-2183">2183</a>
      </li>
-     <li>For a list of Xalan-Java commits, see xalan-cvs@xml.apache.org in the
-      <a href="http://mail-archives.apache.org/mod_mbox/">Apache mail archives</a>.
+     <li>For a list of Xalan-Java commits, see xalan-cvs@xml.apache.org and commits@xalan.apache.org in the
+      <a href="http://mail-archives.apache.org/mod_mbox/">Apache mail archives</a>.  The commits@xalan.apache.org list was activated on
+      August 18, 2012.
      </li>        
      </ul>
    
@@ -1097,7 +1098,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/resources.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/resources.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/resources.html (original)
+++ xalan/site/docs/xalan/xalan-j/resources.html Sun Aug 19 16:01:18 2012
@@ -145,7 +145,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -160,14 +160,14 @@
 <strong>Xalan-Java</strong>
 </h4>
 <p>id = [xslt4j]<br />
-<a href="http://xml.apache.org/xalan-j">http://xml.apache.org/xalan-j</a>
+<a href="http://xalan.apache.org/xalan-j">http://xalan.apache.org/xalan-j</a>
 <br />
 </p>
 <h4 class="resourcetitle">
 <strong>Xalan-Java Version 2.7.1</strong>
 </h4>
 <p>id = [xslt4j-current]<br />
-<a href="http://xml.apache.org/xalan-j">http://xml.apache.org/xalan-j</a>
+<a href="http://xalan.apache.org/xalan-j">http://xalan.apache.org/xalan-j</a>
 <br />
 </p>
 <h4 class="resourcetitle">
@@ -391,7 +391,7 @@
 <strong>Xalan Development Mailing List</strong>
 </h4>
 <p>id = [xalandev]<br />
-<a href="mailto:xalan-dev@xml.apache.org">mailto:xalan-dev@xml.apache.org</a>
+<a href="mailto:xalan-dev@apache.org">mailto:xalan-dev@apache.org</a>
 <br />
 </p>
 <h4 class="resourcetitle">
@@ -514,7 +514,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/samples.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/samples.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/samples.html (original)
+++ xalan/site/docs/xalan/xalan-j/samples.html Sun Aug 19 16:01:18 2012
@@ -146,7 +146,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -1404,7 +1404,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/trax.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/trax.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/trax.html (original)
+++ xalan/site/docs/xalan/xalan-j/trax.html Sun Aug 19 16:01:18 2012
@@ -146,7 +146,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -540,7 +540,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/usagepatterns.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/usagepatterns.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/usagepatterns.html (original)
+++ xalan/site/docs/xalan/xalan-j/usagepatterns.html Sun Aug 19 16:01:18 2012
@@ -146,7 +146,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -1020,7 +1020,7 @@ fw.close();</pre>
 <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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/whatsnew.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/whatsnew.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/whatsnew.html (original)
+++ xalan/site/docs/xalan/xalan-j/whatsnew.html Sun Aug 19 16:01:18 2012
@@ -146,7 +146,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -211,7 +211,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xpath_apis.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xpath_apis.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xpath_apis.html (original)
+++ xalan/site/docs/xalan/xalan-j/xpath_apis.html Sun Aug 19 16:01:18 2012
@@ -146,7 +146,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -622,7 +622,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/index.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/index.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/index.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/index.html Sun Aug 19 16:01:18 2012
@@ -383,7 +383,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsl_choose_design.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsl_choose_design.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsl_choose_design.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsl_choose_design.html Sun Aug 19 16:01:18 2012
@@ -208,7 +208,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsl_comment_design.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsl_comment_design.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsl_comment_design.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsl_comment_design.html Sun Aug 19 16:01:18 2012
@@ -206,7 +206,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsl_if_design.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsl_if_design.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsl_if_design.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsl_if_design.html Sun Aug 19 16:01:18 2012
@@ -208,7 +208,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsl_include_design.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsl_include_design.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsl_include_design.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsl_include_design.html Sun Aug 19 16:01:18 2012
@@ -277,7 +277,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsl_key_design.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsl_key_design.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsl_key_design.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsl_key_design.html Sun Aug 19 16:01:18 2012
@@ -419,7 +419,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsl_lang_design.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsl_lang_design.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsl_lang_design.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsl_lang_design.html Sun Aug 19 16:01:18 2012
@@ -211,7 +211,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsl_sort_design.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsl_sort_design.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsl_sort_design.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsl_sort_design.html Sun Aug 19 16:01:18 2012
@@ -343,7 +343,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsl_unparsed_design.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsl_unparsed_design.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsl_unparsed_design.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsl_unparsed_design.html Sun Aug 19 16:01:18 2012
@@ -190,7 +190,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsl_variable_design.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsl_variable_design.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsl_variable_design.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsl_variable_design.html Sun Aug 19 16:01:18 2012
@@ -358,7 +358,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsl_whitespace_design.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsl_whitespace_design.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsl_whitespace_design.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsl_whitespace_design.html Sun Aug 19 16:01:18 2012
@@ -465,7 +465,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsltc_compiler.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsltc_compiler.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsltc_compiler.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsltc_compiler.html Sun Aug 19 16:01:18 2012
@@ -554,7 +554,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsltc_dom.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsltc_dom.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsltc_dom.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsltc_dom.html Sun Aug 19 16:01:18 2012
@@ -742,7 +742,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsltc_iterators.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsltc_iterators.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsltc_iterators.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsltc_iterators.html Sun Aug 19 16:01:18 2012
@@ -567,7 +567,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsltc_namespace.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsltc_namespace.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsltc_namespace.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsltc_namespace.html Sun Aug 19 16:01:18 2012
@@ -826,7 +826,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsltc_native_api.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsltc_native_api.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsltc_native_api.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsltc_native_api.html Sun Aug 19 16:01:18 2012
@@ -549,7 +549,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsltc_performance.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsltc_performance.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsltc_performance.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsltc_performance.html Sun Aug 19 16:01:18 2012
@@ -454,7 +454,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsltc_predicates.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsltc_predicates.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsltc_predicates.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsltc_predicates.html Sun Aug 19 16:01:18 2012
@@ -556,7 +556,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsltc_runtime.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsltc_runtime.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsltc_runtime.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsltc_runtime.html Sun Aug 19 16:01:18 2012
@@ -671,7 +671,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsltc_trax.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsltc_trax.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsltc_trax.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsltc_trax.html Sun Aug 19 16:01:18 2012
@@ -831,7 +831,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsltc_trax_api.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsltc_trax_api.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsltc_trax_api.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsltc_trax_api.html Sun Aug 19 16:01:18 2012
@@ -193,7 +193,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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc_usage.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc_usage.html?rev=1374781&r1=1374780&r2=1374781&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc_usage.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc_usage.html Sun Aug 19 16:01:18 2012
@@ -146,7 +146,7 @@
 <a href="builds.html">Building a release</a>
 </li>
 <li>
-<a href="http://xml.apache.org/xalan-j/test/overview.html">Testing</a>
+<a href="http://xalan.apache.org/old/xalan-j/test/overview.html">Testing</a>
 </li>
 <li>
 <a href="bugreporting.html">Bug Reporting</a>
@@ -986,7 +986,7 @@ tfac.setAttribute("enable-inlining", Boo
 <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 07/13/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 - Sun 08/19/2012</div>
 </div>
 </body>
 </html>



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