vhardy 01/12/14 00:23:33
Modified: targets/batik svgpp.html
Log:
Added comments from Tobias.
Revision Changes Path
1.5 +2 -2 xml-site/targets/batik/svgpp.html
Index: svgpp.html
===================================================================
RCS file: /home/cvs/xml-site/targets/batik/svgpp.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- svgpp.html 2001/12/11 10:59:34 1.4
+++ svgpp.html 2001/12/14 08:23:33 1.5
@@ -141,8 +141,8 @@
</UL></BLOCKQUOTE>
<P align="left">For example:</P>
<BLOCKQUOTE><UL>
- <LI><I>java -jar batik-svg.jar -tab-width 2 -newline
cr-lf src.svg dest.svg</I> will format 'src.svg' and write it to 'dest.svg'
using a tabulation width of 2 and dos-style newlines.</LI>
- <LI><I>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</I> 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><I>java -jar batik-svgpp.jar -tab-width 2 -newline
cr-lf src.svg dest.svg</I> will format 'src.svg' and write it to 'dest.svg'
using a tabulation width of 2 and dos-style newlines.</LI>
+ <LI><I>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</I> 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></BLOCKQUOTE>
</FONT></TD></TR></TABLE></DIV><BR>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]