问题标签 [tbxml]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - 使用 AFNetworking 的 AFXMLRequestOperation 和 tbxml
我如何使用 AFNetworking 的 AFXMLRequestOperation 并使用 TBXML 而不是默认的 NSXMLParser 解析数据...看起来替代方法 XMLDocumentRequestOperationWithRequest 在 iOS 中不起作用(因为不支持 NSXMLDocument)
iphone - NSMutableArray 没有获取 XML 值
我正在尝试解析一个 XML 文件TBXML
并将这些值放入多维NSMutableArray
中,但问题是这些值没有被添加到数组中,如果我输出这些值,那么它会返回null
and 0
。
这是我的代码:
iphone - 如何将所有字典存储在数组中
我有一个包含国家和代码的 xml 文件。我已将 xml 放在 Demo.xml 中。我的问题是只保存了第一个字典。或者任何人都可以告诉我其他的解析方式,比如使用 nsxml 或 gdata
输出是:
ios - 如何从 xcode 中的字符串解码 HTML 实体(“ ”和“£”)
在 xml 数据中是
我使用这段代码得到这个字符串
当我NSLog(@"Content_special:%@",Content_SpecialStr);
像这样打印
我怎样才能获得 Xlm 中显示的原始刺痛?任何建议...
ios - 使用 TBXML 解析 XML 时遇到问题
我在 iOS 中用 TBXML 解析这个 xml 时遇到了困难:
<ServiceResponse><Response>
<Object type="java.lang.Integer">168</Object>
</Response>
<Exception/>
</ServiceResponse>
我想提取“168”,但我只能提取“java.lang.Integer”
谢谢你的帮助
ios - 加载 NSDictionary 解析 xml 文件
我在这个问题上有点卡住了。情况如下:我正在解析一个带有位置的 xml 文件,我解析它很好,事情是我想将不同的元素放入一个 NSDictionary(每个位置一个 NSDictionary)和那些 NSDictionary 放入一个 NSMutableArray。
}
}
这是我的代码。它解析得很好,但是我的 NSMutableArray (modulectrle) 充满了奇怪的 NSDictionaries...
ios - Trouble with objects iOS
I'm having trouble doing a simple things in iOS. I'm parsing an XML and I want to populate an object with the data I retrieve.
The " [position.cab addObject:[TBXML textForElement:element]];" is supposed to add the several "referencecolis" of the xml into the array declared in my class "Position".
When I print the array containg all my position objects, it's empty.
What am I doing wrong ?
Here is the part of the xml that matters in my problem :
ios - iOS TBXML 我什么时候应该在我的数组中添加我的对象?
我正在用 XML 提取的结果构建一个对象“位置”,它解析得很好,但我不知道何时将该对象添加到数组中。我希望在提取以下元素后添加对象
我正在这样做:
我不能设置一个布尔值来知道它是否被解析,因为某些元素被解析了两次。
有什么帮助吗?
iphone - 命名属性的 TBXML 解析值
我有这个xml:
为了解析它,我使用
但如果 xml 没有 COD:
我有崩溃!我如何检查存在
或不?
如果结构没有帮助:(
它总是返回 TRUE
解决方案:
现在我尝试检查空字符串,这对我有帮助。
ios - ios SOAP 响应不是 XML 格式
我正在开发一个应用程序,在该应用程序中我使用 TBXML 解析器使用 SOAP 响应。但我面临的问题是 SOAP 响应没有以正确的 XML 格式出现。以下是我收到的 SOAP 响应:
SOAP 请求消息如下,
任何人都可以让我知道什么是问题,我该如何解决????