gpt4 book ai didi

android - XSLT:源 XML 中属性名称中的冒号

转载 作者:行者123 更新时间:2023-11-30 03:27:13 26 4
gpt4 key购买 nike

我正在尝试将 android xml 转换为 Plist,但我遇到了这个问题,因为 Android XML 的属性名称中包含冒号,如下所示:

  <PreferenceCategory android_title="Identity" >
<EditTextPreference
android:key="systemname"
android_title="System Name" />
</PreferenceCategory>

因此,当我尝试使用 XSLT 读取属性值时,出现以下错误:

XPath evaluation returned no result.

我对 XSLT 有点陌生,所以任何人都可以帮助我阅读上面提到的名称中有冒号的属性值。

最佳答案

请阅读 XML 命名空间,一个好的起点可以是 XML Namespaces tutorial on w3schools.com了解“冒号”的用法。

您可以阅读有关 XML Namespaces and How They Affect XPath and XSLT 的 MSDN 文章了解更多。

关于android - XSLT:源 XML 中属性名称中的冒号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18050833/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com