This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch git-svn in repository https://gitbox.apache.org/repos/asf/xalan-site.git
commit 013329b299be56d10a378fa2c2815541a691804f Author: Steven J. Hathaway <[email protected]> AuthorDate: Sun Sep 23 06:45:03 2012 +0000 Update Xalan-C Faq Pages --- docs/xalan/xalan-c/faq.html | 58 ++++++++++++++++++++++++--------------- docs/xalan/xalan-c/resources.html | 9 +----- 2 files changed, 37 insertions(+), 30 deletions(-) diff --git a/docs/xalan/xalan-c/faq.html b/docs/xalan/xalan-c/faq.html index 56f9a42..a3e2d2d 100644 --- a/docs/xalan/xalan-c/faq.html +++ b/docs/xalan/xalan-c/faq.html @@ -234,8 +234,6 @@ <div class="faqAnswer"> <p>The definitive sources are the W3C XSLT and XPath recommendations: <a href="http://www.w3.org/TR/xslt">W3C Recommendation 16 November 1999 XSL Transformations (XSLT) Version 1.0</a> and <a href="http://www.w3.org/TR/xpath">XML Path Language (XPath) Version 1.0</a>.</p> - <p>For general questions not specific to Xalan-C++, see Dave Pawson's <a href="http://www.dpawson.co.uk/xsl/xslfaq.html">XSL Frequently Asked Questions</a> and Michael Kay's - <a href="http://www.wrox.com/Consumer/Store/Details.asp?ISBN=1861003129">XSLT Programmer's Reference</a>.</p> <p>For a brief listing of tutorials, discussion forums, and other materials, see <a href="overview.html#uptospeed">Getting up to speed with XSLT</a>.</p> </div> <p align="right" size="2"> @@ -246,13 +244,17 @@ <br /> <hr /> <div class="faqAnswer"> -<p>For generic questions about XSL stylesheets and transformations, use the <a href="http://www.mulberrytech.com/xsl/xsl-list/"> - XSL-List -- Open Forum on XSL</a> hosted by Mulberry Technologies. There is an archive that can be searched as well. Please - review the archive before posting a new question.</p> - <p>For specific questions on Xalan-C++, see [email protected] and [email protected] on - <a href="http://archive.covalent.net/">http://archive.covalent.net/</a>. To subscribe to these mailing lists, see - <a href="http://xml.apache.org/mail.html">Mailing Lists</a>. Again, please review the archives before posting a new - question.</p> +<p>For specific questions on Xalan-C++, see list archives: + <a href="http://mark.info/?l=xalan-c-users">xalan-c-users</a> + and <a href="http://marc.info/?l=xalan-dev">xalan-dev</a>. + You must subscribe to these Apache mailing lists before posting your questions.</p> + <p>You can get help on subscribing to the lists at the following links:<br /> + <a href="[email protected]">Help for xalan-c-users list</a>. (Less traffic)<br /> + <a href="[email protected]">Help for xalan-dev list</a>. (Significant traffic)</p> + <p>You can post messages to the lists by sending mail to:<br /> + <a href="mailto:[email protected]">Post message to xalan-c-users</a>. (User's list)<br /> + <a href="mailto:[email protected]">Post message to xalan-dev list</a>. (Developer's list)</p> + <p>Again, please review the archives before posting a new question.</p> </div> <p align="right" size="2"> <a href="#content">(top)</a> @@ -264,7 +266,7 @@ <div class="faqAnswer"> <p>Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. Like Xalan-C++, Xerces-C++ is available from the Apache XML site: - <a href="http://xml.apache.org/xerces-c/index.html">http://xml.apache.org/xerces-c/index.html</a> + <a href="http://xerces.apache.org/index.html">http://xerces.apache.org</a> </p> </div> <p align="right" size="2"> @@ -336,14 +338,24 @@ <br /> <hr /> <div class="faqAnswer"> -<p>In order to build Xalan-C++ on Windows, you will need the supported version of Xerces-C++ and MS Visual C++ 6.0 installed with Service - Pack 5 for Visual C++ and Visual Studio. In previous versions of Xalan-C++, the requirement on MS Visual C++ 6.0 was to have Service - Pack 3 installed. In this case, you should also apply the bug fixes for the C++ standard library that shipped with Visual C++ 6.0. - These fixes are available from the Dinkumware site: <a href="http://www.dinkumware.com/vc_fixes.html"> - http://www.dinkumware.com/vc_fixes.html</a>.</p> - <p>If you do not want to apply the Dinkumware patches, or you are using a different Service Pack, you must rebuild all of the Xerces - and Xalan binaries.</p> - <p>For more details, see <a href="build_instruct.html#win32">Steps for doing a Windows build</a>.</p> +<p>In order to build Xalan-C++ on Windows, you will need the following:</p> +<ul> +<li>The Xalan-C/C++ source distribution package.</li> +<li>The Xerces-C/C++ source distribution package or a compatible binary distribution package.</li> +<li>A compatible Microsoft Visual Studio .NET (2003, 2005, 2008, 2010) software development platform.</li> +</ul> +<p>The Xalan-C/C++ Version 1.11 (pre-release) is available from the Apache Subversion + repository at <b>http://svn.apache.org/repos/asf/xalan/c/trunk/.</b> +</p> +<p>After Xalan-C/C++ Version 1.11 is released, it can be downloaded from: + <a href="http://www.apache.org/dyn/closer.cgi/xalan/xalan-c">Xalan Distributions</a>.</p> +<p>The Xerces-C/C++ Version 3.1.1 is can be downloaded from: + <a href="http://www.apache.org/dyn/closer.cgi/xerces/c/3">Xerces Distributions</a>.</p> +<p>If you are building with the + <a href="http://www.ibm.com/software/globalization/icu/">IBM-ICU</a> + International Components for Unicode library, you will + need to rebuild both the Xerces and Xalan libraries.</p> +<p>For more details, see <a href="buildlibs.html#winbldenv">Steps for doing a Windows build</a>.</p> </div> <p align="right" size="2"> <a href="#content">(top)</a> @@ -354,7 +366,7 @@ <hr /> <div class="faqAnswer"> <p>To build Xalan-C++ on supported UNIX platforms, you need Xerces-C++, the GNU make utility, and a supported C++ compiler. For more - details see: <a href="build_instruct.html#unix">Steps for doing a UNIX build</a>.</p> + details see: <a href="buildlibs.html#unixbldenv">Steps for doing a UNIX build</a>.</p> </div> <p align="right" size="2"> <a href="#content">(top)</a> @@ -374,8 +386,10 @@ <br /> <hr /> <div class="faqAnswer"> -<p>The International Components for Unicode(ICU) is a C and C++ library that provides robust and full-featured Unicode support on - a wide variety of platforms. Xalan-C++ uses the ICU to extend support for encoding, number formatting, and sorting.</p> +<p>The <a href="http://www.ibm.com/software/globalization/icu/">IBM-ICU</a> + International Components for Unicode(ICU) is a C and C++ library that provides robust and + full-featured Unicode support on a wide variety of platforms. + Xalan-C++ uses the ICU to extend support for encoding, number formatting, and sorting.</p> <p>The ICU is available for download from <a href="http://oss.software.ibm.com/icu/index.html"> http://oss.software.ibm.com/icu/index.html</a>.</p> <p>This release of Xalan was tested with International Components for Unicode(ICU) version 3.2.</p> @@ -688,7 +702,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/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 - Sat 09/22/2012</div> </div> </body> </html> diff --git a/docs/xalan/xalan-c/resources.html b/docs/xalan/xalan-c/resources.html index 09d099f..e9b0c50 100644 --- a/docs/xalan/xalan-c/resources.html +++ b/docs/xalan/xalan-c/resources.html @@ -269,13 +269,6 @@ <br /> </p> <h4 class="resourcetitle"> -<strong>XSL Frequently Asked Questions</strong> -</h4> -<p>id = [dpawsonxslfaq]<br /> -<a href="http://www.dpawson.co.uk/xsl/xslfaq.html">http://www.dpawson.co.uk/xsl/xslfaq.html</a> -<br /> -</p> -<h4 class="resourcetitle"> <strong>Pluggable Memory Manager</strong> </h4> <p>id = [xercesmm]<br /> @@ -325,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 - 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 - Sat 09/22/2012</div> </div> </body> </html> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
