You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mc...@apache.org on 2004/04/28 06:47:16 UTC

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

mcnamara    2004/04/27 21:47:16

  Modified:    java/xdocs/sources/xalan samples.xml
  Log:
  Fix broken links to the Xalan FAQ and JAXP SAXParser
  
  Revision  Changes    Path
  1.61      +4 -4      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.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- samples.xml	17 Feb 2004 19:25:35 -0000	1.60
  +++ samples.xml	28 Apr 2004 04:47:15 -0000	1.61
  @@ -319,7 +319,7 @@
        <p>To run these examples, you must place bsf.jar (distributed with &xslt4j;), and js.jar
         (version 1.5, available from 
         <jump href="http://www.mozilla.org/rhino">http://www.mozilla.org/rhino</jump>) on the classpath. 
  -     You do not need js.jar on the classpath for the samples that use Java extensions. <link idref="faq.html">
  +     You do not need js.jar on the classpath for the samples that use Java extensions. <link idref="faq">
        Problems related to JDK 1.4</link></p>
        <p>Use java.org.apache.xalan.xslt.Process, the &xslt4j; command-line utility, to run most of these samples from
         the <link idref="commandline">command line</link>. The command line must include an -in flag with the 
  @@ -438,7 +438,7 @@
       <p><em>Contributed by John Gentilin (johnglinux@eyecatching.com).</em></p>
       <p>What it does: The ExternalConnection classes uses the default implementation of the ConnectionPool interface 
       to create a pool of connections. A stylesheet in turn uses a connection from this pool to instantiate an 
  -    XConnection object and connect to a datasouce.</p>
  +    XConnection object and connect to a datasource.</p>
       <p>The stylesheet uses this named connection pool to instantiate an XConnection object and connect to the datasource. 
       The ExternalConnection class is in xalansamples.jar.</p>
       <p><link anchor="dbsetup">Set up the database</link>, be sure xalanxamples.jar is on the class path, and run this 
  @@ -509,7 +509,7 @@
        <p><code>java ValidateXMLInput</code></p>
        </s3><anchor name="validateutility"/>
        <s3 title="Validate utility">
  -     <p>What it does: Uses the <jump href="apidocs\javax\xml\parsers\SAXParser.html">JAXP SAXParser</jump> with a SAX event handler 
  +     <p>What it does: Uses the <jump href="apidocs/javax/xml/parsers/SAXParser.html">JAXP SAXParser</jump> with a SAX event handler 
        (extends <jump href="apidocs/org/xml/sax/helpers/DefaultHandler.html">DefaultHandler</jump> and implements 
        <jump href="apidocs/org/xml/sax/ext/LexicalHandler.html">LexicalHandler</jump>) to verify that XML files conform to their declared 
        document type. You can use this utility to verify that an individual file or all the .xml files in a directory are
  
  
  

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