- From: Tex User <texuser74@yahoo.com>
- Date: Mon, 11 Feb 2008 21:46:10 -0800 (PST)
- To: html-tidy@w3.org
Hi,
My xml file is produced in single line, so i use the following command to pretty print.
tidy -xml input.xml > output.xml
But the enities in my input.xml file are also getting changed.
e.g.
input.xml => output.xml
  =>  
( => (
) => )
Please let me know how to retain my original entities ( ) and  
Thanks in advance.
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
--0-865482384-1202795170=:66635
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Hi,<br><br>My xml file is produced in single line, so i use the following command to pretty print.<br><br>tidy -xml input.xml > output.xml<br><br>But the enities in my input.xml file are also getting changed.<br><br>e.g.<br>input.xml => output.xml<br>&#x00A0; => &#160;<br>&#x0028; => (<br>&#x0029; => )<br><br>Please let me know how to retain my original entities &#x0028; &#x0029; and &#x00A0;<br><br>Thanks in advance.<br><br><br><p> 
<hr size=1>Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. <a href="http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ "> Try it now.</a>
--0-865482384-1202795170=:66635--
Received on Wednesday, 13 February 2008 02:18:55 UTC