nexusformat / definitions

Definitions of the NeXus Standard File Structure and Contents
https://manual.nexusformat.org/
Other
26 stars 55 forks source link

validating XML files for area detector HDF5 writer #1380

Open prjemian opened 2 months ago

prjemian commented 2 months ago

Add steps to the existing example about using the EPICS area detector HDF5 file writer.

To validate an XML file, you'll need the associated XML Schema (xsd) file, then use this command:

xmllint --noout --schema path/to/local/schema/file.xsd  file_to_validate.xml

_originally: https://github.com/BCDA-APS/bluesky_training/issues/296 by @prjemian_