Thanks Andreas. In my src string "<" and ">" are correctly encoded as "<" and ">" respectively. When I create an OMElement out of this input string "<" remain as they are while ">" get decoded back to ">".
What I meant by inconsistency is that either both "<" and ">" should get decoded to "<" and ">" respectively or ">" should not get decoded back to ">". Regards, Ajit -----Original Message----- From: Andreas Veithen [mailto:[email protected]] Sent: 02 September 2011 23:55 To: [email protected] Subject: Re: AXIOM 1.2.8: Issue with character ">" How is this causing inconsistency? Andreas On Fri, Sep 2, 2011 at 07:28, Ajit Bhingarkar <[email protected]> wrote: > Hi, > > > > We are seeing that when an OMElement is created from a String based XML > fragment; > are decided back to ">" while < in the fragment remain. > > > > This is causing inconsistency; we would like either > to remain or also > < to get decoded as "<". > > > > Can you pls share any solution or a workaround? A similar issue is mentioned > at http://wso2.org/mailarchive/esb-java-user/2008-August/000728.html. > > > > Source -> BoB2<sup>TM</sup> > > Result -> BoB2<sup>TM</sup> > > > > Thanks, > > Ajit > >
