vmote 2003/07/06 21:30:40 Modified: src/documentation/content/xdocs/dev rtflib.xml Log: Fix type in URL Revision Changes Path 1.2 +1 -1 xml-fop/src/documentation/content/xdocs/dev/rtflib.xml Index: rtflib.xml =================================================================== RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/rtflib.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rtflib.xml 7 Jul 2003 04:04:55 -0000 1.1 +++ rtflib.xml 7 Jul 2003 04:30:40 -0000 1.2 @@ -34,7 +34,7 @@ <section id="userdoc-overview"> <title>Overview</title> <p>Perhaps the easiest way to see how to use RTFLib is by looking at an example. A set of test documents is part of the package, and can be <link href="http://cvs.apache.org/viewcvs.cgi/xml-fop/src/java/org/apache/fop/rtf/rtflib/testdocs/">viewed online</link>. -A quick look at the Abstract <link href="http://cvs.apache.org/viewcvs.cgi/xml-fop/src/java/org/apache/fop/rtf/rtflib/testdocs/TestDocument.java?rev=HEAD&content-type=text/vnd.viewcvs-markup">TestDocument</link> class, and one of the Concrete subclasses, <link href="http://cvs.apache.org/viewcvs.cgi/xml-fop/src/java/org/apache/fop/rtf/rtflib/testdocs/SimpleDocument.java&rev=HEAD&content-type=text/vnd.viewcvs-markup">SimpleDocument</link> will provide the basics of how to use the package.</p> +A quick look at the Abstract <link href="http://cvs.apache.org/viewcvs.cgi/xml-fop/src/java/org/apache/fop/rtf/rtflib/testdocs/TestDocument.java?rev=HEAD&content-type=text/vnd.viewcvs-markup">TestDocument</link> class, and one of the Concrete subclasses, <link href="http://cvs.apache.org/viewcvs.cgi/xml-fop/src/java/org/apache/fop/rtf/rtflib/testdocs/SimpleDocument.java?rev=HEAD&content-type=text/vnd.viewcvs-markup">SimpleDocument</link> will provide the basics of how to use the package.</p> <p>There are two basic concepts you will need to understand to use RTFLib:</p> <ul> <li>Documents are created by filling bigger containers with successively smaller containers, and eventually with content.</li>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]