Calculation monitoring with the web browser For monitoring multiple calculations in the web browser you can leverage the Xml Web View idea. The interface described here creates a summary web page for…
Volume optimization is a simple case of an aggregation property. This example shows how to set up the inputs for the data points with the help of a template and how to determine the optimal volume by…
We are working hard on a release. In between sign up for the mailing list: http://groups.google.com/group/excitingdft Apply for membership
Virtually all modern browsers have XSLT capability built in webkit based (Safari Galeon Konqueror Chrome) firefox IE Unfortunately thats not the whole story. (But allmost) The least complicated…
According to Wikipedia, the world largest wiki site: A Wiki ([ˈwiː.kiː] wee-kee or [ˈwɪ.kiː] wick-ey ) is a type of website that allows users to add, remove, or otherwise edit and change…
It is a text file format to serialize all kind of data. It is also referred to as structured text. It is well suited to replace data files that would be commonly stored as a plain text file. Useful…
The current versions of gfortran do not work with FoX, the XML library that is included in the distribution. The reason appears to be some compiler bug. gfortran does compile FoX, but causes an error…
Xml, the extended markup language is a standard for structured documents and data serialisation. It uses the same markup with the angle brackets as HTML. The rules that distinguish a valid xml file…
use: xsltproc xml2ascii.xsl xmlfilewithnumericdata.xml or directly from the web xsltproc http://xml.exciting-code.org/visualizationtemplates/xml2ascii.xsl bandstructure.xml source: ?xml…
use: xsltproc xmlband2agr.xsl bandstructure.xml or directly from the web xsltproc http://xml.exciting-code.org/visualizationtemplates/xmlband2agr.xsl bandstructure.xml source: ?xml…
use: xsltproc [—stringparam ID "pattern"] xmldos2grace.xsl dos.xml filename.agr source: xmldos2grace.xsl extract_diagram.xsl description: This xsl style-sheet prepares .agr file for xmgrace to…
use: xsltproc xmlfermis2bxsf.xsl fermisurface.xml filename.bxsf xcrysden —bxsf filename.bxsf or directly from the web xsltproc…
Conversion template to generate an XCrysDen structure file (.xsf file) out of the exciting input.xml file. How this template is used: xsltproc xmlinput2xcf.xsl input.xml structure.xsf Note: xsl…
Input Schema The new exciting input file syntax is formally described in the schema. The schema is written in XML Schema, the language to describe XML grammar and data types. Assisted Input An XML…
?xml version="1.0" encoding="UTF-8" ? xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:output method="text" / !— usage: xsltproc xmltobloc.xsl input.xml …
Templates work very well for many tasks but for some very frequent displays one rather liked a one stop display tool. It is impressive how a web browser can be used for visualization and organization…
The Xml Stylesheet Language Transformations Is further described here on the page Templating Tools. And the templating language which is used in many parts of exciting. See Template Market