Tidying up XML with HTML tidy.
to tidy an XML file in the unix world use the following:
$tidy -xml -i -m --wrap "80" file.xml
in the windows world:
C:/program files/path to tidy/tidy.exe -xml -i -m --wrap "80" file.xml
Monday, April 14, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment