Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android アプリケーションでローカル xml ファイルを解析しようとしていますが、一部のコードは xml タグの CDATA セクションに格納されている HTML 形式です。そのデータも解析するにはどうすればよいですか??
CDATAセクションの文字列をテキストビューに渡すという解決策を見つけました
textView.setText((Html.fromHtml(string),TextView.BufferType.SPANNABLE);