我无法在XMl解析[android]中检测到\ n字符

时间:2010-12-01 08:07:39

标签: android xml-parsing

我尝试使用DOM方法解析XML文件(EventElement.getAttribute("string")) 但是我无法检测到Warp(例如“\ n”)但是当我在浏览器中打开它并打开它的源(ctrl + u)时,我看到了warp。

当我使用

string.split( “\ n” 个) string.split(System.getProperty(“line.separator”)); string.split(” “);

他们所有人都没有工作

感谢您的帮助

2 个答案:

答案 0 :(得分:0)

你不应该搜索" \"但对于System.getProperty("line.separator");

答案 1 :(得分:0)

生成XML的代码应将文本内容包装在CDATA []

请参阅http://www.w3.org/TR/xhtml1/#h-4.8