Calculation Live View
During an exciting calculation the file info.xml is updated with intermediate results and status information. This file has a style sheet associated to it (info.xsl) which allows showing a rich overview of the data in that file.
header for this to work:
<?xml version="1.0"?> <?xml-stylesheet href="../../../xml//info.xsl" type="text/xsl"?> <!-- the href in the xml-stylesheet processing instruction must point to the actual url of the sclout.xsl file --!> <info> <groundstate> <scl> [...]
Remark: The style sheet instruction is written by the exciting program. To specify the location of the xslt style sheet one must specify the xsltpath attribute of the <input> element in the input file.