Questions tagged [touchxml]

TouchXML is a lightweight replacement for Cocoa's NSXML* cluster of classes. It is based on the commonly available open source libxml2 library.

TouchXML is a lightweight replacement for Cocoa's NSXML* cluster of classes. It is based on the commonly available open source libxml2 library.

References:

109 questions
-1
votes
2 answers

More bottom level soap xml parsing

Following is the soap xml i want get the bottom level value how to fetch the value.
Nimit Parekh
  • 16,776
  • 8
  • 50
  • 72
-1
votes
1 answer

Parsing this file XML with touchXML

I have this XML file: I tried make it with NSXMLParser, but I cannot show the results in the same time, I would…
-1
votes
4 answers

TouchXML problem

I have got following xml which I need to parse using TouchXML. Alcoholic Drinks Buy beers, wines, sprits and champagne from the top online alocholic drink…
Ayaz Alavi
  • 4,825
  • 8
  • 50
  • 68
-2
votes
1 answer

stringValue in touchXML when saved is messed up

NSLog(@"Status: %@", [[[xmlElement elementsForName:@"status"] objectAtIndex:0] stringValue]); NSString *val = [[[xmlElement elementsForName:@"status"] objectAtIndex:0] stringValue]; NSLog(@"Status: %@", val); the log shows 2011-07-02 16:06:45.014…
Bernardo
  • 475
  • 1
  • 5
  • 19
1 2 3 4 5 6 7
8