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.