Version of XSLT in iPhone

前端 未结 5 492
情歌与酒
情歌与酒 2020-12-01 04:17

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 ?

5条回答
  •  渐次进展
    2020-12-01 04:30

    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.

提交回复
热议问题