適当訳「SAXでXML読み込めないんだけど…」
情報元:Android SAX xml not well-formed :: anddev.org - Android Development Community | Android Tutorials
海外フォーラムで参考になるトピックがあったので書いておきます。訳は参考程度に。
トピック主の質問内容
I am using sax to parse a local configuration file (.xml) and get the following error:
anddev.org • View topic - Android SAX xml not well-formed
「SAXでXML形式の設定ファイル読み込もうとしたら何かエラー出た。」
回答の一つ
Found out an interesting stuff - when moving xml file from xml folder to raw, everything works smoothly. I guess that's why the function is called openRawResource Very Happy.
anddev.org • View topic - Android SAX xml not well-formed
「面白い事に気付いた。XMLファイルをres/xmlからres/rawに移動すると全部上手くいくんだ。多分この機能がopenRawResourceって呼ばれてる理由だね。」