使用 iOS SDK 4.2 的 UIWebView 中的 XSLT
是否可以使用 iOS SDK 4.2 在 UIWebView 中使用 XSLT?或者,是否可以在 UIWebView 之外的 iOS SDK 4.2 中使用 XSLT?我见过类似的问题,但它们似乎已经过时,并且引用了 4.0 之前的 iOS SDK。
如果可能的话,一个简单的 iOS XSLT 示例的链接也很棒。
TIA。
Is it possible to use XSLT in a UIWebView using iOS SDK 4.2? Alternatively, is it possible to use XSLT in iOS SDK 4.2 outside of a UIWebView? I have seen similar questions to this, but they seem to be dated and refer to pre-4.0 iOS SDKs.
If it is possible, a link to a simple iOS XSLT example would be great too.
TIA.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案是肯定的。这是一个例子:
我遇到了问题,因为我试图使用 UIWebView 的
方法加载 XML。
The answer is yes. Here's an example:
I was having problems with this because I was trying to load XML using the UIWebView's
method.