I plan to use XML/XSLT in my iPhone application.
What version of XSLT is currently supported on the iPhone? Can I use XSLT 2.0 or just 1.0 ?
|
1
|
I plan to use XML/XSLT in my iPhone application. What version of XSLT is currently supported on the iPhone? Can I use XSLT 2.0 or just 1.0 ? |
||
|
|
|
|
I'm afraid the xslt situation is rather grim. The TouchXML plans xslt support but doesn't have it yet. The only option I know of is to directly use libxslt, which supports xslt 1.0 and some of the exslt extensions. |
||
|
|
|
|
Is using libxslt a headache? I'm new to Cocoa and Obj-C. |
||
|
|
|
Same question here. I found some sample libxslt code in C here., but I'm not sure how to incorporate that into an iPhone/ObjC app. I'm already linking in libxml2...
...would I need to do something similar for libxsl? |
|||
|
|