I wanted to know is there is way to control entity expansion within elements.
eg if "e; entity is part of element say <LongName>.blah..blah..\"e...blah..,,\"e;....blah... <LongName>
when I am reading the element LongName......I want to retain the entity as it is without expansion.
currently it is expanding to \".......\"
Is there is way to tell parser\builder...not to expand the entity.
I tried with builder.setExpandEntities(boolean expand) but still it expanding the entity even after setting it to false.(i dont know why?) Is there any other way to control entity expansion..in JDOM builder\Parser.