jdom でXMLを処理しようとしたらエラー( An invalid XML character )、その回避策
以下のようなエラーが出た。
Caught: org.jdom.input.JDOMParseException: Error on line XXX of document file: XXX.xml
An invalid XML character (Unicode: 0x3) was found in the element content of the document.
以下のようなコードで、問題の起きている場所の文字コードを調べて個別に対処。
hogehoge を問題の起きる文字列に差し替えてスクリプトを動かす.