Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
Version 2.2
-
None
-
Windows XP, Intel P4, (I don't think this should matter)
Description
I have an xml as
<Property name="Test">
<Value>less than is < greaterthan is ></Value>
</Property>
when I use this as an input to the xpretty command line tool to give the pretty printed output I get the result as
<Property name="Test">
<Value>less than is < greaterthan is ></Value>
</Property>
I find that the xml escape characters for > are posing an issue here.