xquerydoc v0.1 support/testing in Zorba

Bug #918209 reported by Sorin Marian Nasoi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Zorba
Fix Released
Medium
Sorin Marian Nasoi

Bug Description

xquerydoc v0.1 was just released: we should make sure that Zorba at least runs it successfully.

Also investigate is anything needs to be done in order to support it.

https://github.com/xquery/xquerydoc

Changed in zorba:
milestone: none → 2.7
description: updated
Revision history for this message
Sorin Marian Nasoi (sorin.marian.nasoi) wrote :

This is an example of generating XQDoc documentation from XQuery with XQueryDoc 1.0:

Content of xquerydoc.xq:

import module namespace xqdoc="http://github.com/xquery/xquerydoc"
                        at "src/xquery/xquerydoc.xq";
import module namespace fetch = "http://www.zorba-xquery.com/modules/fetch";
xqdoc:parse(fetch:content("http://www.zorba-xquery.com/modules/datetime", "MODULE"))

After running:
zorba -f -q xquerydoc.xq -o output_xquerydoc.xml --indent

one will get the XQDoc XML.

Setting the status of the bug to "fix released" because nothing has to be done in Zorba.

Changed in zorba:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.