Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Invoke xquerydoc from XQuery

xquery edited this page Feb 21, 2012 · 2 revisions

The following example illustrates how to do this.

####XQuery v1.0 Example (Saxon)

xquery version "1.0" encoding "UTF-8";

import module namespace xqdoc="https://github.com/xquery/xquerydoc" at "src/xquery/xquerydoc.xq";

xqp:parse-XQuery(fn:collection('/some/xquery/?select=file.xqy;unparsed=yes')) 

####Example with styling tba

Clone this wiki locally