xquerydoc
xquerydoc copied to clipboard
create apache ant macrodef
should be straightforward http://ant.apache.org/manual/Tasks/macrodef.html
Should I integrate into marklogic ant tasks if not macrodef shouldnt be hard.
great idea,
- you would need to apply xquery to each file in fileset
- to get final format, you would then need to apply desired stylesheet (in src/lib) to each xqdoc ... for html src/lib/html-module.xsl
- you would need to copy over src/lib stuff for html version (lang-xq.js, prettify.js, prettify.css)
- src/lib/html-index.xsl generates index page
Thanks will look into level of effort