erlang 中有执行 xslt 转换的库吗?
我对 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://erlang.org/doc/apps/xmerl/xmerl_xs_examples.html
http://erlang.org/user .html#sablotron-1.0 - 通过 WayBackMachine - 向下滚动页面一点
https://github.com /hyperthunk/erlxsl
http://erlang.org/doc/apps/xmerl/xmerl_xs_examples.html
http://erlang.org/user.html#sablotron-1.0 - via WayBackMachine - scroll down the page a bit
https://github.com/hyperthunk/erlxsl