You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@apache.org on 2001/01/12 18:30:39 UTC

cvs commit: xml-xalan/java/xdocs/sources/xalan samples.xml

dleslie     01/01/12 09:30:37

  Modified:    java/xdocs/sources/xalan samples.xml
  Log:
  Fixed syntax for executing 6-sqllib-instantdb
  
  Revision  Changes    Path
  1.22      +3 -3      xml-xalan/java/xdocs/sources/xalan/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/samples.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- samples.xml	2001/01/11 18:31:30	1.21
  +++ samples.xml	2001/01/12 17:30:35	1.22
  @@ -292,9 +292,9 @@
         License</jump>.</note>
         <p>Run this sample from the extensions subdirectory with (adjust the Windows CLASSPATH setting 
         below for your operating environment):</p>
  -      <p><code>java org.apache.xalan.xslt.Process</code> 
  -      <br/>&nbsp;&nbsp;<code>-cp instantdb/idb.jar;%CLASSPATH%</code>
  -      <br/>&nbsp;&nbsp;<code>-xsl 6-sqllib-instantdb -out import1.html</code></p>
  +      <p><code>java -cp instantdb/idb.jar;%CLASSPATH%</code> 
  +      <br/>&nbsp;&nbsp;org.apache.xalan.xslt.Process<code></code>
  +      <br/>&nbsp;&nbsp;<code>-xsl 6-sqllib-instantdb.xsl -out import1.html</code></p>
         </s3>
       </s2><anchor name="trace"/>
       <s2 title="Trace">