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:46:58 UTC

svn commit: r1392123 - in /xalan/c/trunk/xdocs/sources/xalan: buildlibs.xml download.xml faq.xml history.xml resources.xml

Author: shathaway
Date: Sun Sep 30 22:46:58 2012
New Revision: 1392123

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

Modified:
    xalan/c/trunk/xdocs/sources/xalan/buildlibs.xml
    xalan/c/trunk/xdocs/sources/xalan/download.xml
    xalan/c/trunk/xdocs/sources/xalan/faq.xml
    xalan/c/trunk/xdocs/sources/xalan/history.xml
    xalan/c/trunk/xdocs/sources/xalan/resources.xml

Modified: xalan/c/trunk/xdocs/sources/xalan/buildlibs.xml
URL: http://svn.apache.org/viewvc/xalan/c/trunk/xdocs/sources/xalan/buildlibs.xml?rev=1392123&r1=1392122&r2=1392123&view=diff
==============================================================================
--- xalan/c/trunk/xdocs/sources/xalan/buildlibs.xml (original)
+++ xalan/c/trunk/xdocs/sources/xalan/buildlibs.xml Sun Sep 30 22:46:58 2012
@@ -45,7 +45,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 <jump href="http://xml.apache.org/xerces-c">http://xml.apache.org/xerces-c</jump> web site.
+<p>You can get more information on the Xerces-C/C++ distributions at the 
+   <jump href="http://xerces.apache.org/xerces-c">http://xerces.apache.org/xerces-c</jump> web site.
 </p>
 
 <anchor name="winbldenv"/>

Modified: xalan/c/trunk/xdocs/sources/xalan/download.xml
URL: http://svn.apache.org/viewvc/xalan/c/trunk/xdocs/sources/xalan/download.xml?rev=1392123&r1=1392122&r2=1392123&view=diff
==============================================================================
--- xalan/c/trunk/xdocs/sources/xalan/download.xml (original)
+++ xalan/c/trunk/xdocs/sources/xalan/download.xml Sun Sep 30 22:46:58 2012
@@ -19,9 +19,10 @@
 <!DOCTYPE s1 SYSTEM "../../style/dtd/document.dtd">
 <s1 title="Downloading &xslt4c;">
 <anchor name="download"/>
-<p>This section is being rewritten for Xalan-C/C++ Version 1.11.  You
-can find the old 
-<jump href="../old/xalan-c">Version 1.10</jump> here.
+<p>The downloads for Xalan-C/C++ for Version 1.11 will be available here when published 
+   (<jump href="http://www.apache.org/dyn/closer.cgi/xalan/xalan-c">xalan-c distribution</jump>).</p>
+<p>You can find the old 
+<jump href="../old/xalan-c/index.html">version 1.10 release</jump> here.
 </p>
 
 <p>We are providing a source package, a documentation package, and
@@ -33,8 +34,6 @@ use your help <jump href="buildlibs.html
 UNIX and Linux systems.
 </p>
 
-<p><em>THIS IS STILL A PRE-RELEASE PRODUCT</em></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.

Modified: xalan/c/trunk/xdocs/sources/xalan/faq.xml
URL: http://svn.apache.org/viewvc/xalan/c/trunk/xdocs/sources/xalan/faq.xml?rev=1392123&r1=1392122&r2=1392123&view=diff
==============================================================================
--- xalan/c/trunk/xdocs/sources/xalan/faq.xml (original)
+++ xalan/c/trunk/xdocs/sources/xalan/faq.xml Sun Sep 30 22:46:58 2012
@@ -270,10 +270,16 @@
 
 <faq title="Problems Using Sun's Forte/Workshop Compiler with code containing std::istrstream">
 <q>Why won't XSLTInputSource work with std::istrstream on Sun Solaris using Forte/Sun Workshop compiler?</q>
-<a><p>There is a bug in Sun's C++ standard library implementation; see 
-      <jump href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14176">this bug</jump>. 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>
+<!-- first answer -->
+<a><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>
+</a>
+<!-- second answer -->
+<a><p>The issue is resolved if you use the SunStudio platform for your code development.
+      The Solaris SunStudio is now available from Oracle.</p>
 </a>
 </faq>
 

Modified: xalan/c/trunk/xdocs/sources/xalan/history.xml
URL: http://svn.apache.org/viewvc/xalan/c/trunk/xdocs/sources/xalan/history.xml?rev=1392123&r1=1392122&r2=1392123&view=diff
==============================================================================
--- xalan/c/trunk/xdocs/sources/xalan/history.xml (original)
+++ xalan/c/trunk/xdocs/sources/xalan/history.xml Sun Sep 30 22:46:58 2012
@@ -62,7 +62,7 @@
       <jump href="apiDocs/classXalanTransformer.html">XalanTransformer</jump> in the <jump href="apiDocs/index.html">
       API Reference</jump> 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>  
 </s3>
@@ -75,14 +75,13 @@
           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 <link idref="build_instruct" anchor="dotNet">"Step for doing a Windows Build with Visual Studio .NET"</link> 
+          on this platform.  Please see <link idref="buildlibs" anchor="winbldenv">"Step for doing a Windows Build with Visual Studio .NET"</link> 
           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 <link anchor="xercesdepdom">"Steps for doing a Build with Xerces Deprecated DOM Support"
-          </link></li>
+          changes to your build environment.</li>
       <!--
-      <li>Porting of conf utility to the UNIX platform.  The conf utility is a test harness designed to run the conformance tests located under the xml-xalan/test/tests directory.  After the tests have been run, a results report is generated in HTML format for easy viewing.  For more information on how to use this tool, please see <link idref="commandline" anchor="confexe">"Using the command line utility"</link>.</li>
+      <li>Porting of conf utility to the UNIX platform.  The conf utility is a test harness designed to run the conformance tests located under the xalan/test/tests directory.  After the tests have been run, a results report is generated in HTML format for easy viewing.  For more information on how to use this tool, please see <link idref="commandline" anchor="confexe">"Using the command line utility"</link>.</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>
@@ -98,14 +97,13 @@
       <li>Message Localization Support. This feature enables &xslt4c; 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 &xslt4c; message catalog that has been translated in 
-      their language of choice. For more information on how to exploit this feature, please see  
-      <link anchor="locale">Steps for doing a Build with Message Localization Support</link>.</li>
+      their language of choice.</li>
       <li>Build, packaging, and installation improvements. Changes to the &xslt4c; 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 &xslt4c;, please see <link anchor="unix">Steps for doing a Unix build
-      </link>.</li>
+      information on building &xslt4c;, please see 
+      <link idref="buildlibs" anchor="unixbldenv">Steps for doing a Unix build</link>.</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 
@@ -130,7 +128,10 @@
             <code>#include &lt;XPath/XObject.hpp&gt;</code><br/><br/>
             will need to be changed to <br/><br/>
             <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 <link anchor="unix">Steps for doing a UNIX build</link> for migration considerations.</li>
+            For Windows users, all project files have been modified to reflect this change.  
+            For UNIX users, please see 
+            <link idref="buildlibs" anchor="unixbldenv">Steps for doing a UNIX build</link> 
+            for migration considerations.</li>
      </ul>  
    </s3>  
 
@@ -146,8 +147,10 @@
    <s3 title="Changes for &xslt4c; version 1.4">
      <p>Major updates since version 1.3 include:</p>
      <ul>
-       <li>The &xslt4c; distributions no longer include the &xml4c; headers and libraries. Accordingly, you must download the appropriate &xml4c; distribution (see <link idref="getstarted" anchor="download">Downloading what you need</link>.</li>
-       <li>64-bit build for HP-11; <link anchor="64">untested 64-bit support</link> for Solaris and AIX.</li>
+       <li>The &xslt4c; distributions no longer include the &xml4c; headers and libraries. 
+           Accordingly, you must download the appropriate &xml4c; distribution 
+           (see <link idref="download">Downloading what you need</link>.</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><resource-ref idref="stlport"/> is no longer required on any of our supported platforms.</li> 
        <li><link idref="extensionslib" anchor="exslt">Alpha support for a number of EXSLT functions</link>.</li>       

Modified: xalan/c/trunk/xdocs/sources/xalan/resources.xml
URL: http://svn.apache.org/viewvc/xalan/c/trunk/xdocs/sources/xalan/resources.xml?rev=1392123&r1=1392122&r2=1392123&view=diff
==============================================================================
--- xalan/c/trunk/xdocs/sources/xalan/resources.xml (original)
+++ xalan/c/trunk/xdocs/sources/xalan/resources.xml Sun Sep 30 22:46:58 2012
@@ -68,7 +68,7 @@
           location="http://oss.software.ibm.com/icu/download/index.html"/>
 <resource id="xerces-build-icu" 
           title="Building ICU for &xml4c;" 
-          location="http://xml.apache.org/xerces-c/build.html#BuildICU"/>
+          location="http://xerces.apache.org/xerces-c/build.html#BuildICU"/>
 <resource id="stlport" 
           title="STLport" 
           location="http://www.stlport.org/"/>



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