vote up 2 vote down star
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 ?

flag

3 Answers

vote up 3 vote down

I'm afraid the xslt situation is rather grim. The NSXMLDocument class would be the way to do this but Apple pulled it from the iPhone.

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.

link|flag
vote up 0 vote down

Is using libxslt a headache? I'm new to Cocoa and Obj-C.

link|flag
Use the comments function for comments. :-) Otherwise your comment will get sorted out of context when up-votes are assigned. – Tomalak Jan 21 at 18:30
vote up 0 vote down

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...

Header Search Paths: /usr/include/libxml2 
Other Linker Flags: -lxml2

...would I need to do something similar for libxsl?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.