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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -