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

svn commit: r1392124 - in /xalan/site/docs/xalan/xalan-c: buildlibs.html download.html faq.html resources.html usagepatterns.html whatsnew.html

Author: shathaway
Date: Sun Sep 30 22:49:12 2012
New Revision: 1392124

URL: http://svn.apache.org/viewvc?rev=1392124&view=rev
Log:
Xalan-C Fix broken documentation links

Modified:
    xalan/site/docs/xalan/xalan-c/buildlibs.html
    xalan/site/docs/xalan/xalan-c/download.html
    xalan/site/docs/xalan/xalan-c/faq.html
    xalan/site/docs/xalan/xalan-c/resources.html
    xalan/site/docs/xalan/xalan-c/usagepatterns.html
    xalan/site/docs/xalan/xalan-c/whatsnew.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=1392124&r1=1392123&r2=1392124&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/buildlibs.html (original)
+++ xalan/site/docs/xalan/xalan-c/buildlibs.html Sun Sep 30 22:49:12 2012
@@ -181,7 +181,8 @@
 </p>
 <p>We don't have persons yet committed to build binary distribution releases.
 </p>
-<p>You can get more information on the Xerces-C/C++ distributions at the <a href="http://xml.apache.org/xerces-c">http://xml.apache.org/xerces-c</a> web site.
+<p>You can get more information on the Xerces-C/C++ distributions at the 
+   <a href="http://xerces.apache.org/xerces-c">http://xerces.apache.org/xerces-c</a> web site.
 </p>
 
 <a name="winbldenv">‌</a>
@@ -895,7 +896,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 - Sun 09/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 - Sun 09/30/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=1392124&r1=1392123&r2=1392124&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/download.html (original)
+++ xalan/site/docs/xalan/xalan-c/download.html Sun Sep 30 22:49:12 2012
@@ -138,9 +138,10 @@
 <div id="content">
 <h2>Downloading Xalan-C++</h2>
 <a name="download">‌</a>
-<p>This section is being rewritten for Xalan-C/C++ Version 1.11.  You
-can find the old 
-<a href="../old/xalan-c">Version 1.10</a> here.
+<p>The downloads for Xalan-C/C++ for Version 1.11 will be available here when published 
+   (<a href="http://www.apache.org/dyn/closer.cgi/xalan/xalan-c">xalan-c distribution</a>).</p>
+<p>You can find the old 
+<a href="../old/xalan-c/index.html">version 1.10 release</a> here.
 </p>
 
 <p>We are providing a source package, a documentation package, and
@@ -152,10 +153,6 @@ use your help <a href="buildlibs.html">c
 UNIX and Linux systems.
 </p>
 
-<p>
-<b>THIS IS STILL A PRE-RELEASE PRODUCT</b>
-</p>
-
 <p>A distribution will be mirrored and these pages updated when the packages
 become available to the general public.  The current packages for download
 are in a temporary repository for developers.
@@ -360,7 +357,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 - Sun 09/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 - Sun 09/30/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=1392124&r1=1392123&r2=1392124&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/faq.html (original)
+++ xalan/site/docs/xalan/xalan-c/faq.html Sun Sep 30 22:49:12 2012
@@ -584,10 +584,17 @@
 <br />
 <hr />
 <div class="faqAnswer">
-<p>There is a bug in Sun's C++ standard library implementation; see 
-      <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14176">this bug</a>. The short answer is that you need to 
-      get a patch. The bug report includes the code for a simple program which you can use to see if your environment has the bug. 
-      There is also a link to the patch.</p>
+<p>There is a bug in Sun's C++ standard library implementation 
+      for the Forte/Workshop compiler.
+      The short answer is that you need to get a patch.
+      The bugzilla subsystem for Xalan issue tracking is no longer available.  The ticket recorded
+      here included a patch.</p>
+</div>
+<br />
+<hr />
+<div class="faqAnswer">
+<p>The issue is resolved if you use the SunStudio platform for your code development.
+      The Solaris SunStudio is now available from Oracle.</p>
 </div>
 <p align="right" size="2">
 <a href="#content">(top)</a>
@@ -719,7 +726,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 - Sun 09/23/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 09/30/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=1392124&r1=1392123&r2=1392124&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/resources.html (original)
+++ xalan/site/docs/xalan/xalan-c/resources.html Sun Sep 30 22:49:12 2012
@@ -216,7 +216,7 @@
 <strong>Building ICU for Xerces-C++</strong>
 </h4>
 <p>id = [xerces-build-icu]<br />
-<a href="http://xml.apache.org/xerces-c/build.html#BuildICU">http://xml.apache.org/xerces-c/build.html#BuildICU</a>
+<a href="http://xerces.apache.org/xerces-c/build.html#BuildICU">http://xerces.apache.org/xerces-c/build.html#BuildICU</a>
 <br />
 </p>
 <h4 class="resourcetitle">
@@ -318,7 +318,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 - Sat 09/22/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 09/30/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=1392124&r1=1392123&r2=1392124&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/usagepatterns.html (original)
+++ xalan/site/docs/xalan/xalan-c/usagepatterns.html Sun Sep 30 22:49:12 2012
@@ -738,7 +738,7 @@ void parseWithXerces(XalanTransformer &a
 </p>
 <h4>Enabling ICU support for encoding</h4>
 <p>If you want to enable ICU support for encoding, you must integrate ICU with your Xerces-C++ build. Xerces-C++ uses ICU for input 
-   encoding. See <a href="http://xml.apache.org/xerces-c/build.html#BuildICU">Building ICU for Xerces-C++</a>.</p>
+   encoding. See <a href="http://xerces.apache.org/xerces-c/build.html#BuildICU">Building ICU for Xerces-C++</a>.</p>
 <p>Once you have integrated the ICU with Xerces-C++, Xalan-C++ automatically uses ICU support for output encoding (the xsl:output 
    encoding attribute).</p>
 
@@ -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 - Sun 09/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 - Sun 09/30/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=1392124&r1=1392123&r2=1392124&view=diff
==============================================================================
--- xalan/site/docs/xalan/xalan-c/whatsnew.html (original)
+++ xalan/site/docs/xalan/xalan-c/whatsnew.html Sun Sep 30 22:49:12 2012
@@ -275,7 +275,7 @@ and offers to help to <a href="mailto:de
       <a href="apiDocs/classXalanTransformer.html">XalanTransformer</a> in the <a href="apiDocs/index.html">
       API Reference</a> section for more information.</li> 
   <li>Added support for Microsoft Studio .NET V7.1.  Project files for Microsoft Studio .NET V7.1 have been provided under the 
-      directory xml-xalan\c\Projects\Win32\VC7.1.</li>
+      directory xalan\c\Projects\Win32\VC7.1.</li>
   <li>Upgrade from Xerces-C 2.5 to Xerces-C 2.6. </li>
  </ul>  
 
@@ -291,13 +291,11 @@ and offers to help to <a href="mailto:de
           HP-UX 11.00 on Itanium platform, the build configuration files provided in the source distribution can be used to build on these platforms. </li>
       <li>Project files for supporting Microsoft Visual Studio .NET.  Although a binary distribution for the Microsoft Visual Studio .NET 
           is not provided in this release, Visual Studio solution files are provided in the Windows source distribution for those who choose to build
-          on this platform.  Please see <a href="build_instruct.html#dotNet">"Step for doing a Windows Build with Visual Studio .NET"</a> 
+          on this platform.  Please see <a href="buildlibs.html#winbldenv">"Step for doing a Windows Build with Visual Studio .NET"</a> 
           for details.</li>
       <li>Additional changes to Xerces Deprecated DOM support.  This is another step towards phasing out the support for Xerces Deprecated DOM.  Users 
           are encouraged to modify their applications to interface with the new Xerces DOM support.  For more information on the effects of these 
-          changes to your build environment, please see <a href="#xercesdepdom">"Steps for doing a Build with Xerces Deprecated DOM Support"
-          </a>
-</li>
+          changes to your build environment.</li>
       
       <li>Implemented optimizations to significantly improve the throughput of the ICU-enabled "format-number" function.</li>
       <li>Changes in the XML Serializer. The serializer will no longer put a newline after the xml header tag unless indent="yes".</li>
@@ -313,14 +311,13 @@ and offers to help to <a href="mailto:de
       <li>Message Localization Support. This feature enables Xalan-C++ to issue diagnostic messages 
       in languages other than the default language (English). In order to utilize this feature, 
       the user must provide a version of the Xalan-C++ message catalog that has been translated in 
-      their language of choice. For more information on how to exploit this feature, please see  
-      <a href="#locale">Steps for doing a Build with Message Localization Support</a>.</li>
+      their language of choice.</li>
       <li>Build, packaging, and installation improvements. Changes to the Xalan-C++ makefiles now 
       allow for a more flexible build, packaging, and install process. Each step in a typical 
       build process can be invoked by specifying the appropriate target, for example to build the 
       executable, and/or samples, or install the build at user-specified location. For more 
-      information on building Xalan-C++, please see <a href="#unix">Steps for doing a Unix build
-      </a>.</li>
+      information on building Xalan-C++, please see 
+      <a href="buildlibs.html#unixbldenv">Steps for doing a Unix build</a>.</li>
       <li>Deprecated DOM Support. The XercesBridge classes have been marked deprecated and moved 
       into an exclusive directory within the xalanc/XercesParserLiaison directory called 
       'Deprecated'. If your application is dependent on these classes to interface with the 
@@ -361,7 +358,10 @@ and offers to help to <a href="mailto:de
             <code>#include &lt;xalanc/XPath/XObject.hpp&gt;</code>
 <br />
 <br />
-            For Windows users, all project files have been modified to reflect this change.  For UNIX users, please see <a href="#unix">Steps for doing a UNIX build</a> for migration considerations.</li>
+            For Windows users, all project files have been modified to reflect this change.  
+            For UNIX users, please see 
+            <a href="buildlibs.html#unixbldenv">Steps for doing a UNIX build</a> 
+            for migration considerations.</li>
      </ul>  
      
 
@@ -383,8 +383,10 @@ and offers to help to <a href="mailto:de
 <h4>Changes for Xalan-C++ version 1.4</h4>
      <p>Major updates since version 1.3 include:</p>
      <ul>
-       <li>The Xalan-C++ distributions no longer include the Xerces-C++ headers and libraries. Accordingly, you must download the appropriate Xerces-C++ distribution (see <a href="getstarted.html#download">Downloading what you need</a>.</li>
-       <li>64-bit build for HP-11; <a href="#64">untested 64-bit support</a> for Solaris and AIX.</li>
+       <li>The Xalan-C++ distributions no longer include the Xerces-C++ headers and libraries. 
+           Accordingly, you must download the appropriate Xerces-C++ distribution 
+           (see <a href="download.html">Downloading what you need</a>.</li>
+       <li>64-bit build for HP-11; untested 64-bit support for Solaris and AIX.</li>
        <li>New Linux platform and compiler: Redhat 7.2 with gcc 3.1.</li>
        <li>
 <a href="http://www.stlport.org/">STLport</a> is no longer required on any of our supported platforms.</li> 
@@ -712,7 +714,7 @@ and offers to help to <a href="mailto:de
 <a href="#content">(top)</a>
 </p>
 </div>
-<div id="footer">Copyright © 1999-2012 The Apache Software Foundation<br />Apache, Xalan, and the Feather logo are trademarks of The Apache Software Foundation<div class="small">Web Page created on - Sun 09/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 - Sun 09/30/2012</div>
 </div>
 </body>
 </html>



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