duandong1869 2010-10-13 16:32
浏览 77
已采纳

Go中的xslt支持

Dear fellow go enthusiasts,

I would need xslt support in a go program. As far as I know there will be no xslt library in the the near future and currently there is no binding to a xslt library in go.

What is the FASTEST library on linux or cross platform to do 1) xslt 1.0 transformation 2) xslt 2.0 transformation

  • 写回答

1条回答 默认 最新

  • dongya9346 2010-10-13 18:50
    关注

    I hope the following could be used in a GO program:

    XSLT 1.0 on Linux:

    1. Saxon 6.5.5 (Java based and should work on Linux)
    2. LibXSLT (C-based)

    I don't know which one is faster -- one shouldn't make a bold conclusion based just on the fact that one is Java based and the other is C-based.

    XSLT 2.0 on Linux:

    1. Saxon 9.2 (again, Java based must work on Linux).
    2. ????

    Even if there is another XSLT processor working on Linux, in my experience Saxon 9.x is factors of magnitude faster than any other existing XSLT 2.0 processor. It is also one of the most compliant.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部