xquerydoc icon indicating copy to clipboard operation
xquerydoc copied to clipboard

create apache ant macrodef

Open xquery opened this issue 13 years ago • 3 comments

should be straightforward http://ant.apache.org/manual/Tasks/macrodef.html

xquery avatar Feb 21 '12 10:02 xquery

Should I integrate into marklogic ant tasks if not macrodef shouldnt be hard.

garyvidal avatar Feb 21 '12 11:02 garyvidal

great idea,

  1. you would need to apply xquery to each file in fileset
  2. 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
  3. you would need to copy over src/lib stuff for html version (lang-xq.js, prettify.js, prettify.css)
  4. src/lib/html-index.xsl generates index page

xquery avatar Feb 21 '12 11:02 xquery

Thanks will look into level of effort

garyvidal avatar Feb 21 '12 11:02 garyvidal