Released
-
23 February 2010
Download
Features
-
Added new - (id)initWithXMLFile:(NSString*)aXMLFile Function. You no longer need to pass the extension as a separate parameter. -
Added helper methods for instantiating a TBXML object.
Bug Fixes
-
Added detection of single quotes as well as double quotes. -
Changed all encoding types to NSUTF8StringEncoding. -
Fixed string length detection.
WARNING
-
The following functions have been changed from instance methods to class methods.
-
This means you will need to change your code to call these methods as class methods instead of instance methods. You do this as shown in the following example.
-
Code changed after TBXML version 1.3