[jdom-interest] escaped character handling

Jussi Koiranen jussi.koiranen at sensor-sc.fi
Wed Aug 22 05:54:55 PDT 2001


Is it possible to tell to JDOM not to transform
escaped character to corresponding unicode characters?

I have in XHTML file "–" and parsed JDOM document
contains '–' character instead of string "–".
And when I output that to file I'd like to get string "–".

I can fix this by converting all "–" strings to "–"
in XHTM file, byt then it doesn't look corret at www-browser.





More information about the jdom-interest mailing list