touchxml
Why is this code crashing?
I\'m loading an XML file containing about 600 small data sets, which is about 10,000 lines. The data is being used as annotation points on a map. I\'m using the TouchXML library to handle the XML. Her[详细]
2023-02-16 09:09 分类:问答Need Different links for xml parsing
a new bie here ... can anyone tell me links of good examples or good tutorials regarding different kinds of xml parsing??[详细]
2023-02-15 23:43 分类:问答TouchXML alive or dead
Is TouchXML still available?I cannot find an updat开发者_JAVA百科ed download source, either very old or 404 URL not found???[详细]
2023-02-15 10:20 分类:问答How do I pass arrays of values to SudzC-generated webservice classes?
I have a sudzc service class generated from a WSDL that accepts an ArrayOfInt and ArrayOfString objects as parameters. The service method signature is this:[详细]
2023-02-09 23:47 分类:问答TouchXML: Problems on reading EDSP Information with Iphone
I am using TouchXML to parse incoming XML Files. Until now, everything worked fine, but with this file, I am having lots of troubles:[详细]
2023-01-23 23:16 分类:问答Parsing multiple attributes in TouchXML
I\'m in the making of an application where I\'m using TouchXML to parse an XML containing airport flight information.[详细]
2023-01-18 18:26 分类:问答TouchXML - Invalid XML does not return error object
Say I have an invalid XML. For some reason, TouchXML still sees it as a valid object. For example: NSString *str = @\"?> obviously invalid!\";[详细]
2023-01-08 17:40 分类:问答iPhone, parsing HTML with TouchXML
has any of you some experience with parsing HTML with the TouchXML lib on the iPhone. I would like to parse some html and therefore try to do the following[详细]
2023-01-08 01:28 分类:问答Can't get XML element with colon in the name using TouchXML
I have the following code: NSString *subtitle = [[[node elementsForName:@\"subtitle\"] objectAtIndex:0] stringValue];[详细]
2023-01-06 08:09 分类:问答using variable in xpath query..is it possible?
Could some one please tell me how do we use the text function with variable in the XPath query in c-objective for iphone. I needed the information for Engineering Library present in the xml[详细]
2023-01-05 08:27 分类:问答