Digester を使用して xml ファイルを解析していますが、次のエラーが発生します。
May 3, 2011 6:41:25 PM org.apache.commons.digester.Digester fatalError
SEVERE: Parse Fatal Error at line 2336608 column 3: The element type "user" must be terminated by the matching end-tag "</user>".
org.xml.sax.SAXParseException: The element type "user" must be terminated by the matching end-tag "</user>".
ただし、2336608 はテキスト ファイルの最後の行です。タグを開いていると思いますが、決して閉じません。大きなテキストファイルでそれを見つけて修正する方法を知っていますか?
ありがとう