You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/09/13 07:53:20 UTC

cvs commit: xml-xalan/c/xdocs/sources/xalan faq.xml getstarted.xml resources.xml

dbertoni    2002/09/12 22:53:20

  Modified:    c/xdocs/sources/xalan faq.xml getstarted.xml resources.xml
  Log:
  Doc updates.
  
  Revision  Changes    Path
  1.32      +2 -0      xml-xalan/c/xdocs/sources/xalan/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/faq.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- faq.xml	12 Sep 2002 19:06:15 -0000	1.31
  +++ faq.xml	13 Sep 2002 05:53:20 -0000	1.32
  @@ -55,6 +55,7 @@
   <q>What do I need to rebuild &xslt4c; on Windows?</q>
   
   <a><p>To build &xslt4c; on Windows, you need &xml4c; and MS Visual C++ 6.0 installed with Service Pack 3 for Visual C++ and Visual Studio. 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: <jump href="http://www.dinkumware.com/vc_fixes.html">http://www.dinkumware.com/vc_fixes.html</jump>.</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 <link idref="readme" anchor="win32">Steps for doing a Windows build</link>.</p></a>
   </faq>
   
  @@ -93,6 +94,7 @@
   
   <a><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. &xslt4c; uses the ICU to extend support for encoding, number formatting, and sorting.</p> 
   <p>The ICU is available for download from <jump href="http://oss.software.ibm.com/developerworks/opensource/icu/project/index.html">http://oss.software.ibm.com/developerworks/opensource/icu/project/index.html</jump>.</p>
  +<p>This release of Xalan was tested with ICU 2.2.</p>
   <p>For more details see: <link idref="usagepatterns" anchor="icu">Using the International Components for Unicode (ICU)</link>.</p><!--icuNote--><anchor name="gnutar"/><p/></a>
   </faq>
   
  
  
  
  1.36      +3 -3      xml-xalan/c/xdocs/sources/xalan/getstarted.xml
  
  Index: getstarted.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/getstarted.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- getstarted.xml	12 Sep 2002 20:05:02 -0000	1.35
  +++ getstarted.xml	13 Sep 2002 05:53:20 -0000	1.36
  @@ -73,8 +73,8 @@
   <p>The Visual C++ Xalan project included with the Windows release knows the relative paths to the Xalan headers and libraries, but it does not know where you have unzipped the Xerces distribution. If you plan to use Visual C++ to build Xalan applications or <link idref="readme" anchor="jar">rebuild Xalan</link>, you must also provide Visual C++ with access to the Xerces headers and libraries.</p> 
   <p>Use the Visual C++ Tools menu to open the Options dialog box, go to the Directories tab, and do the following:</p>
       <ul>
  -      <li>Add the path to &xml4c-dist;-win32/include to the list of directories of Include files (see the figure below).</li>
  -      <li>Add the path to &xml4c-dist;-win32/lib to the list of directories of Library files (see the figure below).</li></ul>
  +      <li>Add the path to &xml4c-dist;-win32\include to the list of directories of Include files (see the figure below).</li>
  +      <li>Add the path to &xml4c-dist;-win32\lib to the list of directories of Library files (see the figure below).</li></ul>
   <p><img src="options-include.gif"/></p>
   
   </s3><anchor name="unixpath"/>
  @@ -128,7 +128,7 @@
   <p><code>Xalan -o <ref>outputfile</ref> <ref>xmlSource</ref> <ref>stylesheet</ref></code></p>
   <p>where <ref>xmlSource</ref> is the XML source file name, <ref>stylesheet</ref> is the XSL stylesheet file name, and <ref>outputfile</ref> is the output file name.</p>
   <p>If you want the output to be displayed on the screen, simply omit the -o flag and <ref>outputfile</ref>.</p>
  -<p>You can use this utility to try out XSL stylesheets you have written, to make sure they do what you expect with the XML source files they are designed to transform. The utility provides useful messages if the source file or stylesheet is not well formed. If you include a DOCTYPE statement in your XML source files and include the -v flag on the command line, the utility will also let you know whether the XML document is valid (conforms to that DOCTYPE). For more information, see <link idref="commandline">Command-Line Utility</link>.</p>
  +<p>You can use this utility to try out XSL stylesheets you have written, to make sure they do what you expect with the XML source files they are designed to transform. The utility provides useful messages if the source file or stylesheet is not well formed. If you include a DOCTYPE statement or Schema hint in your XML source files and include the -v flag on the command line, the utility will also let you know whether the XML document is valid (conforms to that DOCTYPE or Schema). For more information, see <link idref="commandline">Command-Line Utility</link>.</p>
   </s2><anchor name="apps"/>
   <s2 title="Setting up your own XSLT applications">
   <p>You can start by using your own XML source files and XSL stylesheets with the sample applications, which illustrate a number of usage patterns. For more information on setting up applications, see <link idref="usagepatterns">Basic Usage Patterns</link>.</p>
  
  
  
  1.19      +1 -1      xml-xalan/c/xdocs/sources/xalan/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/resources.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- resources.xml	11 Sep 2002 18:03:53 -0000	1.18
  +++ resources.xml	13 Sep 2002 05:53:20 -0000	1.19
  @@ -35,7 +35,7 @@
   	
     <resource id="Readme" title="Xalan Repository Release Notes" location="http://www.apache.org/websrc/cvsweb.cgi/xml-xalan/README"/>
     
  -  <resource id="XSL" title="Extensible Stylesheet Language (XSL) Version 1.0 W3C Candidate Recommendation"
  +  <resource id="XSL" title="Extensible Stylesheet Language (XSL) Version 1.0 W3C Recommendation"
      location="http://www.w3.org/TR/xsl"/>
   
     <resource id="XSLT" title="W3C Recommendation 16 November 1999 XSL Transformations (XSLT) Version 1.0" 
  
  
  

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