XSLT - 大写字母不起作用

发布于 2024-11-03 14:16:39 字数 219 浏览 0 评论 0原文

我正在尝试学习 XSLT(目前是客户端)。出现以下错误:

...Opera 11 抱怨大写字母不是一个函数。我猜这意味着 Opera 11 正在运行 XSLT 1.0,这是在定义 uppercase 等函数之前。我如何确认这一点? Opera 的规范没有提到 XSLT,但显然它有一个内置处理器。

有浏览器支持 XSLT 2.0 吗?

预先感谢您的任何帮助

I'm playing around trying to learn XSLT (client-side, for now). The following errors:

...with Opera 11 complaining that upper-case is not a function. I guess this means Opera 11 is running XSLT 1.0, which was before functions like upper-case were defined. How can I confirm this? Opera's spec doesn't mention XSLT, yet clearly it has a built-in processor.

Does any browser support XSLT 2.0?

Thanks in advance for any help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

抚笙 2024-11-10 14:16:39

我在 Presto 2.8(Opera 11 的渲染引擎)Web 标准 XML 文档

XSLT、XPath 和 XSL-FO

Opera 通过 处理指令支持 XSLT 样式表;请参阅将样式表与 XML 文档关联版本 1.0。 Opera 支持 XSLT 1.0 和 XPath 1.0,但有以下例外:

  • 不支持命名空间别名元素。
  • Opera 不支持 XSL-FO。

关于 XSLT 2.0 的浏览器支持,据我所知,没有主要浏览器支持它(尽管 有相当广泛的支持对于 XSLT 1.0)

这是 Web 标准文档页面

I found this in the Presto 2.8 (Opera 11's rendering engine) Web Standards XML documentation

XSLT, XPath and XSL-FO

Opera supports XSLT style sheets with the <?xml-stylesheet?> processing instruction; see Associating Style Sheets with XML documents Version 1.0. Opera supports XSLT 1.0 and XPath 1.0 with the following exceptions:

  • The namespace-alias element is not supported.
  • Opera does not support XSL-FO.

Regarding browser support for XSLT 2.0, to my knowledge no major browsers support it (although there is fairly wide support for XSLT 1.0)

Here's a page for the web standards documentation

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文