[ http://issues.apache.org/jira/browse/XMLBEANS-281?page=comments#action_12425403 ] Ragunath Ramaswamy commented on XMLBEANS-281: ---------------------------------------------
I fully understand that > need not be escaped. The issue I just stumbled upon here is that this tool actualy changes the content of the xml passed as input in addition to making it pretty printed. If this is how it is supposed supposed to work. I am sorry for having taken some of your time. > org.apache.xmlbeans.impl.tool.PrettyPrinter does not honour > > ---------------------------------------------------------------- > > Key: XMLBEANS-281 > URL: http://issues.apache.org/jira/browse/XMLBEANS-281 > Project: XMLBeans > Issue Type: Bug > Components: Tools > Affects Versions: Version 2.2 > Environment: Windows XP, Intel P4, (I don't think this should matter) > Reporter: Ragunath Ramaswamy > > 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. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]