Closed GoogleCodeExporter closed 8 years ago
"Works as intended"
The XML you provided has an XML namespace. Internally we're using the libxml2
xpath function. This function,
this doesn't work quite the same way as NSXMLDocument namespaces and you need
to manually specify the
namespace mappings yourself. See:
http://code.google.com/p/touchcode/issues/detail?id=4
Original comment by jwight
on 23 Apr 2008 at 10:03
See CXMLNode_XPathExtensions.h for the new method that allows you to specify
the mapping.
Original comment by jwight
on 23 Apr 2008 at 10:04
Awesome. I got it working with no issues now. Thanks for the incredibly fast
response and I apologize for not finding that on my own.
Original comment by mdes...@gmail.com
on 23 Apr 2008 at 10:25
My pleasure. I need to do a better job documenting the new method(s).
Original comment by jwight
on 23 Apr 2008 at 10:35
Original issue reported on code.google.com by
mdes...@gmail.com
on 23 Apr 2008 at 9:47