如何从在 libxslt 中工作的 EXSLT 获取正则表达式?

发布于 2024-11-27 19:44:55 字数 242 浏览 2 评论 0原文

有人让 Regexp 在 libxslt 中工作吗?什么时候可以,怎么样?

http://www.exslt.org/regexp/index.html

使用命令 xsltproc - -dumpextensions 与最新的 libxslt 我没有得到任何正则表达式支持:-(

Has anyone got Regexp working in libxslt? When yes, how?

http://www.exslt.org/regexp/index.html

When using the command xsltproc --dumpextensions with the latest libxslt I'm not getting any Regexp support :-(

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

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

发布评论

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

评论(1

四叶草在未来唯美盛开 2024-12-04 19:44:55

xsltproc 现在已经包含了 {http://exslt.org/strings}replace。将一些前缀绑定到该名称空间,例如 string,然后调用 string:replace()。

您可以使用 shell 命令获取编译到 xsltproc 程序中的扩展列表:

xsltproc --dumpextensions

我认为,如果您的 libxsltproc 来自同一版本,那么它应该具有相同的扩展名。

xsltproc includes {http://exslt.org/strings}replace already these days. Bind some prefix to that namespace, e.g. string, and then call string:replace().

You can get the list of extensions compiled into the xsltproc program using the shell command:

xsltproc --dumpextensions

If your libxsltproc is from the same build it should have the same extensions, I think.

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