Any implementations of XQueryX?

前端 未结 2 1026
青春惊慌失措
青春惊慌失措 2020-12-18 10:16

I\'m looking for a way to convert XQuery expressions into XQueryX (an XML syntax for XQuery). Does anyone know of any implementation -- say in Python or Java?

相关标签:
2条回答
  • 2020-12-18 10:35

    http://www.w3.org/2007/01/applets/xqueryApplet.html is an interactive applet-based page that allows you to translate arbitrary XQuery expressions to XQueryX. the parsing code has been generated from the XQuery grammar and is available as JavaCC/JJTree files from that page, which means that some building is required to turn that into an executable.

    0 讨论(0)
  • 2020-12-18 10:49

    When I posed the same question on vark.com, I got a reference to XQ2XQX: XQuery to XQueryX, a section on how to use a stylesheet (xq2xqx.xsl) to do the conversion.

    0 讨论(0)
提交回复
热议问题