Monday, April 14, 2008

Geek Post

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

No comments: