Jdom no escaping characters!!!!
807597Aug 15 2005 — edited May 1 2010Hello all this may seem really simple, but this is a "new to java technology" forum.
Ok, I have a program that makes use of the JDOM api. In simple i take in a xml document with some unicode for example ’ in place of a '. The problem I am having with Jdom is it changes the ’ to the character representation of '. I would like the ’ to be seen as a string and not converted....Any suggestions