diff --git a/documentation/NDPluginFile.html b/documentation/NDPluginFile.html index dcf074b..701c317 100755 --- a/documentation/NDPluginFile.html +++ b/documentation/NDPluginFile.html @@ -524,7 +524,12 @@ variables:
There is currently no documentation on the contents of the XML template file. However, there are example XML template files in the iocSimDetector and iocPerkinElmer directories. - Documentation on the XML file contents will be written ASAP.
+ Documentation on the XML file contents will be written ASAP. + + It is possible to validate most of the syntax in a NeXus template XML file. + For example, the command (starting from the iocBoot directory) to + validate the syntax of the iocBoot/iocSimDetector/NexusTemplate.xml file is: +xmllint --noout --schematron ./template.sch iocSimDetector/NexusTemplate.xml
The prebuilt Linux libraries libhdf5.a and libNeXus.a are built with HDF5 1.6.9. When they are built with the latest version, 1.8.2, they require GLIBC version 2.7 @@ -702,6 +707,11 @@ variables: +
+ It is possible to validate the syntax of an NDArray attributes XML file. + For example, the command (starting from the iocBoot directory) to + validate the syntax of the iocBoot/iocSimDetector/simDetectorAttributes.xml file is: +
xmllint --noout --schema ./attributes.xsd iocSimDetector/simDetectorAttributes.xml