如何在 Xalan c++ 中打印 Xalan 支持的 XSLT 版本?

发布于 2025-01-06 07:58:44 字数 117 浏览 2 评论 0原文

我正在使用 Xalan C++ 库,我想打印它支持的 XSL 版本。 如何在Xalan c++中打印Xalan支持的XSLT版本?

xalan中是否有任何api/函数可以返回Xalan支持的XSL版本?

I am using Xalan C++ library and I want to print the XSL version supported by it.
How to print XSLT version supported by Xalan in Xalan c++?

Is there is any api/function in xalan which can return the version of XSL supported by Xalan?

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

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

发布评论

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

评论(1

‖放下 2025-01-13 07:58:44

请参阅http://www.w3.org/TR/xslt#function-system-属性,您应该能够

<xsl:value-of select="system-property('xsl:version')"/>

与任何 XSLT 处理器一起使用。

See http://www.w3.org/TR/xslt#function-system-property, you should be able to use e.g.

<xsl:value-of select="system-property('xsl:version')"/>

with any XSLT processor.

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