dleslie     01/07/26 07:04:37

  Modified:    java/xdocs/sources/xalan xsltc_usage.xml
  Log:
  Added placeholder for using native API.
  
  Revision  Changes    Path
  1.17      +5 -1      xml-xalan/java/xdocs/sources/xalan/xsltc_usage.xml
  
  Index: xsltc_usage.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/xsltc_usage.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- xsltc_usage.xml   2001/05/21 15:12:44     1.16
  +++ xsltc_usage.xml   2001/07/26 14:04:37     1.17
  @@ -64,6 +64,7 @@
     <li><link anchor="compile">Compiling translets from the command 
line</link></li>
     <li><link anchor="run">Running translets from the command line</link></li>
     <li><link anchor="api">Calling XSLTC with the TrAX/JAXP API</link></li>
  +  <li><link anchor="nativeapi">Calling XSLTC with the native API</link></li>
     <li><link anchor="constraints">XSLTC usage constraints</link></li>  
   </ul>
   <p>See also: <jump href="xsltc/index.html">XSLTC Design</jump></p>
  @@ -384,7 +385,10 @@
                         new StreamResult(new 
FileOutputStream(htmlOutURI)));</source>
   <p>For a working sample that illustrates this usage pattern, see <link 
idref="samples" anchor="xsltc2">JAXPTransletMultipleTransformations</link>.</p>
   </s3>
  -</s2><anchor name="constraints"/>
  +</s2>
  +<s3 title="Calling XSLTC with the native API">
  +<p></p>
  +</s3><anchor name="constraints"/>
   <s2 title="XSLTC usage constraints">
   <p>See <link idref="readme" anchor="xsltcconf">Conformance issues</link> and 
<link idref="readme" 
   anchor="xsltcknownproblems">Known problems</link>.</p>
  
  
  

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

Reply via email to