html - How do I get tidy to do what I want? -
i'm trying tidy convert html document xml document on windows there should no additional linebreaks (markup shall stay) believe following command line should trick, somehow it's not working.
tidy --markup no -o output.xml -file o.txt -asxml input.html
can help?
by way,
tidy -o output.xml -file o.txt -asxml input.html
works fine..
what version of tidy?
can provide input sample , expected output?
(sorry, i'm not enough comment.)
a possible place also ask question tidy bug tracker: https://github.com/htacg/tidy-html5/issues, please provide samples requested.
Comments
Post a Comment