Logan Allred
unread,Feb 16, 2009, 9:30:46 AM2/16/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FSKit Discussions
While I was investigating the XPath problems, I decided to switch to
KissXML from TouchXML, mostly because we'll need KissXML once we start
creating XML documents for add/edit/delete.
I still had to hack around the XPath problem, but for now, when I
create the XML document, I strip the default namespace out before I
parse it, so libxml2 won't choke on the XPath 2.0 expressions.
Logan