mhoyt       2004/01/07 11:02:30

  Modified:    c/xdocs/sources/xalan readme.xml samples.xml
  Log:
  Minor doc udpates
  PR: 25963
  Submitted by: [EMAIL PROTECTED]
  
  Revision  Changes    Path
  1.50      +1 -0      xml-xalan/c/xdocs/sources/xalan/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/readme.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- readme.xml        7 Jan 2004 05:28:38 -0000       1.49
  +++ readme.xml        7 Jan 2004 19:02:30 -0000       1.50
  @@ -104,6 +104,7 @@
         <li>Implementation of EXSLT string extension functions encode-uri() 
and decode-uri(). </li>
         <li>Implementation of EXSLT dynamic extension function evaluate(). 
</li>
         <li>Implementation of EXSLT date-time extension function 
date-time().</li>
  +      <li>Porting of ThreadSafe example to UNIX platform.</li>
        </ul>  
      </s3>  
   
  
  
  
  1.41      +1 -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.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- samples.xml       7 Jan 2004 05:28:38 -0000       1.40
  +++ samples.xml       7 Jan 2004 19:02:30 -0000       1.41
  @@ -198,7 +198,7 @@
     <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)">
  +  <s2 title="ThreadSafe">
     <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 console, and each thread
     writes its own output file. Imagine a server application responding to 
multiple clients who happen to request the same
  
  
  

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

Reply via email to