grchiu      2003/05/28 13:34:18

  Modified:    java/xdocs/sources/xalan faq.xml
  Log:
  Contributed by Christine Li ([EMAIL PROTECTED]).
  Modified FAQ entry regarding bootclasspath; the class path separator is not
  colon for all systems.
  
  Revision  Changes    Path
  1.34      +5 -1      xml-xalan/java/xdocs/sources/xalan/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/faq.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- faq.xml   22 May 2003 13:00:37 -0000      1.33
  +++ faq.xml   28 May 2003 20:34:17 -0000      1.34
  @@ -203,9 +203,13 @@
            <code>java -Xbootclasspath/p:&lt;path&gt;
                    org.apache.xalan.xslt.Process</code>
               <br />
  -         <br />where &lt;path&gt; is a colon separated lists of the paths to the 
files xalan.jar, 
  +         <br />where &lt;path&gt; is a &lt;path.separator&gt; separated list of the 
paths to the files xalan.jar, 
             xercesImpl.jar, and xml-apis.jar (e.g. 
bin/xalan.jar:bin/xercesImpl.jar:bin/xml-apis.jar) 
             containing the new-version of &xslt4j;.
  +          <br /><br />
  +          &lt;path.separator&gt; depends on the OS and version of the JDK. For 
Windows, it is likely a semicolon (;).
  +          For Unix, it is likely a colon (:). To determine which 
&lt;path.separator&gt; to use, you can execute "java -X";
  +          it will mention the appropriate separator in the help output.
             </li>
           </ul>
           <p>The following methods
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to