You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xml.apache.org by dl...@locus.apache.org on 2000/01/07 16:56:54 UTC

cvs commit: xml-site/sources/xalan readme.xml

dleslie     00/01/07 07:56:54

  Modified:    sources/xalan readme.xml
  Log:
  Corrected reference to XSLTProcessorApplet
  
  Revision  Changes    Path
  1.6       +1 -1      xml-site/sources/xalan/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-site/sources/xalan/readme.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- readme.xml	2000/01/06 21:45:45	1.5
  +++ readme.xml	2000/01/07 15:56:54	1.6
  @@ -84,7 +84,7 @@
   		        a bit, the time required to load the processor will continue to be an issue.  The 
   		        one thing the caller of the API can do is pre-warm the JIT by transforming 
   		        a dummy document. For an example of this technique, see the init() method in the 
  -		        <jump href="XSLTProcessorAppletDoc"/>. During applet 
  +		        <resource-ref idref="XSLTProcessorAppletDoc"/>. During applet 
               initialization, a dummy document is transformed, so the response time for performing "real" 
               transformations will be reasonable.<p/></item> 
   		   <label>Stylesheet Compilation</label>