[jdom-interest] Turning of entity expansion

ion vnhu38f93 at subdimension.com
Tue Sep 3 23:54:26 PDT 2002


also there is the case where JDOM expands
'<' into "&lt;" and '>' into "&gt;", this may not
always be the desired action, especially if one
wants to let the user include XML content, in
this case one would not want the '<' and '>'
altered in any way.

OK, it would be possible to parse the user
input bit and replace the '<' and '>' pairs with
Elements, but then... how does one implement
inline elements in JDOM?

regards

Empty




More information about the jdom-interest mailing list