android从xml文件中删除前缀命名空间

时间:2012-11-19 16:09:02

标签: android xml namespaces

我正在android中解析xml,我想删除所有元素上的命名空间前缀。 例如在下面的xml中我想删除前缀“ns4”

<ns4:profiles >
    <ns4:list-users>
        <ns4:user>

        </ns4:user>
        <ns4:user>

        </ns4:user>
    </ns4:list-users>
</ns4:profiles>

如何删除前缀?

0 个答案:

没有答案