vhardy 01/12/14 00:16:52 Modified: xdocs svgpp.xml Log: Fixed problem reported by Tobias Reif. Revision Changes Path 1.6 +3 -3 xml-batik/xdocs/svgpp.xml Index: svgpp.xml =================================================================== RCS file: /home/cvs/xml-batik/xdocs/svgpp.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- svgpp.xml 2001/12/11 07:38:19 1.5 +++ svgpp.xml 2001/12/14 08:16:52 1.6 @@ -11,7 +11,7 @@ <!-- ========================================================================= --> <!-- author [EMAIL PROTECTED] --> -<!-- version $Id: svgpp.xml,v 1.5 2001/12/11 07:38:19 tkormann Exp $ --> +<!-- version $Id: svgpp.xml,v 1.6 2001/12/14 08:16:52 vhardy Exp $ --> <!-- ========================================================================= --> <document> @@ -85,8 +85,8 @@ </ul> <p>For example:</p> <ul> - <li><em>java -jar batik-svg.jar -tab-width 2 -newline cr-lf src.svg dest.svg</em> will format 'src.svg' and write it to 'dest.svg' using a tabulation width of 2 and dos-style newlines.</li> - <li><em>java -jar batik-svg.jar -no-format -doctype change -public-id "-//W3C//DTD SVG 20000802//EN" -system-id "http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd" src.svg dest.svg</em> will format 'src.svg' and write it to 'dest.svg', unchanged except the doctype external id which will be replaced by the specified one.</li> + <li><em>java -jar batik-svgpp.jar -tab-width 2 -newline cr-lf src.svg dest.svg</em> will format 'src.svg' and write it to 'dest.svg' using a tabulation width of 2 and dos-style newlines.</li> + <li><em>java -jar batik-svgpp.jar -no-format -doctype change -public-id "-//W3C//DTD SVG 20000802//EN" -system-id "http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd" src.svg dest.svg</em> will format 'src.svg' and write it to 'dest.svg', unchanged except the doctype external id which will be replaced by the specified one.</li> </ul> </s2>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]