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...@locus.apache.org on 2000/09/12 23:40:23 UTC

cvs commit: xml-xalan/xdocs/sources/xalan index.xml

dleslie     00/09/12 14:40:22

  Modified:    xdocs/sources/xalan index.xml
  Log:
  Removed "reference"
  
  Revision  Changes    Path
  1.9       +3 -1      xml-xalan/xdocs/sources/xalan/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/index.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- index.xml	2000/08/22 19:42:35	1.8
  +++ index.xml	2000/09/12 21:40:22	1.9
  @@ -60,7 +60,9 @@
   
   <s1 title="&xslt4j-current;">
     <s2 title="What is it?">
  -    <p>Xalan is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. &xslt4j-current; represents a complete and robust reference implementation of the W3C Recommendations for XSL Transformations (XSLT) and the XML Path Language (XPath).</p>
  +    <p>Xalan is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. &xslt4j-current;
  +    is a complete and robust implementation of the W3C Recommendations for XSL Transformations (XSLT) and the XML Path Language
  +    (XPath).</p>
       <p>Xalan can be used from the command line, in an applet or a servlet, or as a module in other program. By default, it uses the Xerces XML parser, but it can interface to any XML parser that conforms to the DOM level 2 or SAX level 1 specification.</p>
       <p>This developer's release incorporates a number of bug fixes, including patches submitted to <human-resource-ref idref="xalandev"/>. One of these patches fixes a problem that &xslt4j; was having processing documents of the DocBook document type. For the details, see <link idref="readme">Release Notes</link>.</p>
   	</s2>