erlang 中有执行 xslt 转换的库吗?

发布于 2024-07-10 17:43:41 字数 327 浏览 4 评论 0原文

我对 erlang 很陌生,我想知道如何操作 xml。

我找到了 erlsom 但我需要对 xml 进行一些简单的转换。

我正在寻找一个 xslt (甚至 1.0)库,但我还没有找到任何东西,并且减少了自己在 DOM 上手动进行转换,或者任何你可以称之为代表 erlang 中 xml 树的结构。 不用说,结果是一堆不优雅的代码,我用它来获得可以通过一堆行的 xslt 实现的结果。

您知道可以为我指明正确方向的代码库、示例或文档吗?

I'm really new to erlang and I'm wondering how to manipulate xml.

I've found erlsom but I need to do some simple transformation on a xml.

I'm looking for an xslt (even 1.0) library, but I haven't found anything and reduced myself to do the transformations by hand working on the DOM, or whatever you can call a structure representing the xml-tree in erlang.
No need to say that the result is an unelegant mess of code that I use to obtain a result i can achieve with an xslt of a bunch of lines.

Do you know code library, or examples, or documentation that can point me into the right direction?

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

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