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/06/08 21:22:08 UTC

cvs commit: xml-xalan/c/xdocs/sources/xalan samples.xml usagepatterns.xml

dleslie     01/06/08 12:22:07

  Modified:    c/xdocs/sources/xalan samples.xml usagepatterns.xml
  Log:
  Added entry for DocumentBuilder sample.
  
  Revision  Changes    Path
  1.27      +8 -1      xml-xalan/c/xdocs/sources/xalan/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/samples.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- samples.xml	2001/02/21 22:00:57	1.26
  +++ samples.xml	2001/06/08 19:22:02	1.27
  @@ -66,6 +66,7 @@
       <li><link anchor="usestylesheetparam">UseStylesheetParam</link></li>
       <li><link anchor="tracelisten">TraceListen</link></li>        
       <li><link anchor="compilestylesheet">CompileStylesheet</link></li>
  +     <li><link anchor="documentbuilder">DocumentBuilder</link></li>
       <li><link anchor="threadsafe">ThreadSafe</link></li>  
       <li><link anchor="xpathwrapper">XPathWrapper</link></li>
       <li><link anchor="externalfunctions">ExternalFunctions</link></li>
  @@ -168,7 +169,13 @@
       <p>You can run it from the CompileStylesheet subdirectory with</p>
       <p><code>CompileStylesheet</code></p>
       <p>See also: <link idref="usagepatterns" anchor="compiled">Compiling stylesheets</link>.</p>
  -  </s2>  <anchor name="threadsafe"/>
  +  </s2>  <anchor name="documentbuilder"/>
  +  <s2 title="DocumentBuilder">
  +  <p>What it does: Use a DocumentBuilder to programmatically construct an XML document, apply the foo.xsl stylesheet to
  +  this document, and write the ouput to foo.out.</p>
  +  <p>You can run it from the DocumentBuilder subdirectory with</p>
  +  <p><code>DocumentBuilder</code></p>
  +  </s2><anchor name="threadsafe"/>
     <s2 title="ThreadSafe (Windows32 Only)">
     <p>What it does: multiple threads use a single compiled stylesheet (StylesheetRoot) and DOM source tree (XalanNode) to perform
     transformations concurrently. The application tracks the progress of the threads in messages to the screen, and each thread
  
  
  
  1.26      +1 -1      xml-xalan/c/xdocs/sources/xalan/usagepatterns.xml
  
  Index: usagepatterns.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/usagepatterns.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- usagepatterns.xml	2001/06/08 18:54:49	1.25
  +++ usagepatterns.xml	2001/06/08 19:22:03	1.26
  @@ -312,7 +312,7 @@
   theExecutionContext.installCollationCompareFunctor(&amp;theICUFunctor);</source>
    </s3></s2><anchor name="capi"/>
    <s2 title="Basic XalanTransformer usage pattern with the C API">
  -<p>We also include a simple C interface for using the XalanTransformer class. See XalanTransformer/XalanCAPI.h in the source tree. 
  +<p>We also include a simple C interface for using the XalanTransformer class. See <jump href="apidocs/XalanCAPI.h.html">XalanTransformer/XalanCAPI.h</jump>. 
   The <link idref="samples" anchor="apachemodulexslt">ApacheModuleXSLT</link> sample illustrates the use of this C API.</p>
   <p>Basic strategy:</p>
   
  
  
  

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