HI, I have the following input:
<p>Hi <span>you</span></p>
I would like to treat this as XML.
I run Tidy on the cmd line with the following parameters:
input-xml: yes output-xml: yes indent: no
My conclusion is this:
<p>Hi <span>you</span></p>
However, I wish I could not print xml. I would like him to respect all spaces and not add this line break. I can not find a way to output XML without beautiful printing. Does anyone know how to do this?
Aaron
source share