Questions tagged [tbxml]

TBXML is a light-weight XML document parser written in Objective-C designed for use on Apple iPad, iPhone & iPod Touch devices.

TBXML is a light-weight XML document parser written in Objective-C designed for use on Apple iPad, iPhone & iPod Touch devices. TBXML aims to provide the fastest possible XML parsing whilst utilising the fewest resources. This requirement for absolute efficiency is achieved at the expense of XML validation and modification. It is not possible to modify and generate valid XML from a TBXML object and no validation is performed whatsoever whilst importing and parsing an XML document.

Visit the TBXML website to learn more.

86 questions
0
votes
1 answer

TBxml parsing with tableview along string seperator

I'm parsing an xml file from an url and it displays the content correctly.here is my xml file 22 K Gold - SGD $69.50 24 K Gold - SGD $62.50 now its displays each…
Vishnu
  • 2,243
  • 2
  • 21
  • 44
0
votes
2 answers

TBXML parsing issue while the value cannot get in UILabel

In my app i'm using TBXML parser where i need to get a value from xml file and print it on the label...This is my xml file in server 22 K Gold 24 K Gold any my…
Vishnu
  • 2,243
  • 2
  • 21
  • 44
0
votes
2 answers

TBXML "class method tbXMLWithURL not found"

i try to use TBXML and getting this error TBXML "class method +tbXMLWithURL not found" I try as in the example - (void)applicationDidFinishLaunching:(NSNotification *)aNotification { TBXML * tbxml = [[TBXML tbxmlWithURL:[NSURL…
iNorD
  • 3
  • 2
0
votes
1 answer

TBXML block iOS

I am trying to load xml data using newTBXMLWithURL method and once success block returns xml, I am trying to dispatch it using delegation so that controller receives NSMutableArray of records but I must be doing something wrong and I get an error in…
user1325394
  • 561
  • 5
  • 7
0
votes
1 answer

Import TBXML in xcode 4.3 for iphone

I want to use the TBXML parser since I see it is a very fast one. In it's guide here http://www.tbxml.co.uk/TBXML/Guides_-_Include_in_project.html at some place is says that "4. Locate the Targets node in the group tree under your project. Click the…
Panos
  • 7,227
  • 13
  • 60
  • 95
0
votes
1 answer

Don't quite know how to add TBXML url data into my table view

Hi I've looked everywhere for the last two days & can not find anything that works for me. I've managed to pull in the data from a url, and in my logs I get every single element and value displayed. The step I can't figure out is how to add it to…
Year3000
  • 459
  • 2
  • 7
  • 15
0
votes
1 answer

How can I load an XML document using TBXML's methods from given url?

I'm trying to use TBXML's method: + (id)tbxmlWithURL:(NSURL*)aURL success:(TBXMLSuccessBlock)successBlock failure:(TBXMLFailureBlock)failureBlock; from the TBXML+HTML.h But I can't find any information about TBXMLSuccessBlock and TBXMLFailureBlock.…
House Spider
  • 205
  • 2
  • 5
-1
votes
1 answer

trying to push array to an array in objective c

Im using TBXML to parse some data to an NSMutableArray, my app breaks, and I dont understand why. NSMutableArray *shareArray; @implementation RecordParser -(void)addToArray:(NSArray *)addArray { shareArray=[[NSMutableArray alloc]init]; …
ladrua
  • 415
  • 5
  • 16
-1
votes
1 answer

Convert TBXML parser to NSXML parser

I am developing an app for iOS device in Xcode6 (just updated from xcode5) where at some point the user pushes a button and then a tableview is seen with information nicely incorporated in each cell, this information is details of a corresponding…
-2
votes
2 answers

How can I parse XML tags which has same name.. using TBXML?

I have this XML : www.google.com www.hotmail.com www.yahoo.com www.microsoft.com Now, I want to extract the…
-2
votes
1 answer

how to find whether the element exists in TBXML?

In my XML,i need to find the element tag whether it exists or not using TBXML
wesley
  • 859
  • 5
  • 15
1 2 3 4 5
6