PACS - PCSS

Generate User Manual from XML as HTML

Now you get a um.fo which will be converted (with the help of FOP http://xmlgraphics.apache.org/fop/download.html#binary) to PDF

  java -Xmx3g herschel.ia.document.tools.Fo \
     -fo ${LOCATION_PDF}/${DOC_NAME}.fo ${LOCATION_PDF}/${DOC_NAME}.pdf 

Usage of TestExecutionBrowser just to get an overview

In JIDE :

from herschel.access.util import *
t=TestExecutionBrowser()
t.main(["apid=1152"])