KissXML
KissXML copied to clipboard
A replacement for Cocoa's NSXML cluster of classes. Based on libxml. Works on iOS.
https://travis-ci.org/robbiehanson/KissXML#L492 As you can see in the above link, the calls to nodesForXPath() throws 'NSInvalidArgumentException' with the error message "unrecognized selector sent to instance 0x7fd51a452ef0".
... 'NSUInteger' (aka 'unsigned long') to 'int'
`#import ` The code breaks at this line. In the tutorial, it said to add libxml2, but the code doesn't use 2. Any explanation here?
The console logs `XPath error : Undefined namespace prefix` and `XPath error : Invalid expression`, which is correct, but the error points to nil. With a breakpoint at ``` objc...
This adds a constructor for DDXMLElement that turns into a call to xmlNewCDataBlock and adds the CDATA node as a child of the DDXMLElement node. This also adds the appropriate...
Ignore the last one, I wasn't thinking
If you add a DOCTYPE to the xml in testNodesForXPath you'll see that test 6 fails. For instance I added the following. ``` [xmlStr appendString:@""]; [xmlStr appendString:@""]; [xmlStr appendString:@""]; ```...
Ignore the last one, I wasn't thinking