- All Modules
- All Functions
-
www.w3.org
- 2005
- XDM
- store
- introspection
- reflection
- external
-
xqdoc
-
project_xqdoc
-
xqdoc
(E)
- xqdoc2xhtml
-
project_xqdoc
- data processing
- expath.org
- www.functx.com
- debugger
- error
- www.zorba-xquery.com
http://www.zorba-xquery.com/modules/project_xqdoc
import module namespace pxqdoc = "http://www.zorba-xquery.com/modules/project_xqdoc";
Function library provides functions for generating the XQDoc XML's for a project.
Sorin Nasoi
xquery version "3.0" encoding "utf-8";
The latest version of this module is 2.0. For more information about module versioning in Zorba please check out this resource.
- the XQuery module can be found here.
Imported modules:
- http://www.zorba-xquery.com/modules/xqdoc
- http://expath.org/ns/file
- http://www.zorba-xquery.com/modules/fetch
- http://www.zorba-xquery.com/modules/xqdoc2xhtml/error
Imported schemas:
Please note that the schemas are not automatically imported in the modules that import this module.
In order to import and use the schemas, please add:
import schema namespace xqdoc = "http://www.xqdoc.org/1.0"; import schema namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";
an | http://www.zorba-xquery.com/annotations |
err | http://www.zorba-xquery.com/modules/xqdoc2xhtml/error |
fetch | http://www.zorba-xquery.com/modules/fetch |
file | http://expath.org/ns/file |
output | http://www.w3.org/2010/xslt-xquery-serialization |
pxqdoc | http://www.zorba-xquery.com/modules/project_xqdoc |
ver | http://www.zorba-xquery.com/options/versioning |
werr | http://www.w3.org/2005/xqt-errors |
xqd | http://www.zorba-xquery.com/modules/xqdoc |
xqdoc | http://www.xqdoc.org/1.0 |
zm | http://www.zorba-xquery.com/manifest |
$pxqdoc:serParamXml The serialization parameters for XML serialization. |
![]() |
delete-XML-dir
(
$xqdocPath as xs:string
) as empty-sequence() |
![]() |
generate-xqdoc-XML
(
$zorbaManifestPath as xs:string,
$xqdocPath as xs:string
) as empty-sequence() This function generates the XQDoc XML for all the modules found in build/ZorbaManifest. |
get-filename
(
$moduleURI as xs:string
) as xs:string Returns the string resulting from replacing the directory-separators (i. |
|
![]() |
load-manifest
(
$zorbaManifestPath as xs:string
) as document()? This function loads the ZorbaManifest. |
declare %an:sequential function pxqdoc:delete-XML-dir (
$xqdocPath as xs:string
) as empty-sequence()
Delete the intermediary xml dir
- $xqdocPath where to generate the XQDoc XML documents.
- empty sequence.
declare %an:sequential function pxqdoc:generate-xqdoc-XML ( $zorbaManifestPath as xs:string, $xqdocPath as xs:string ) as empty-sequence()
This function generates the XQDoc XML for all the modules found in build/ZorbaManifest.xml
- $zorbaManifestPath location of ZorbaManifest.xml.
- $xqdocPath where to generate the XQDoc XML documents.
- empty sequence.
declare function pxqdoc:get-filename (
$moduleURI as xs:string
) as xs:string
Returns the string resulting from replacing the directory-separators (i.e. / ) with '_'
- $moduleURI the path to the module URI.
- the string resulting from replacing the directory-separators (i.e. / ) with '_'.
declare %an:nondeterministic function pxqdoc:load-manifest (
$zorbaManifestPath as xs:string
) as document()?
This function loads the ZorbaManifest.xml
- $zorbaManifestPath location of ZorbaManifest.xml.
- the manifest.