summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tref-escapes-at.h5.xml
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r16667] Corrected the urls for h5dump xml dtd and schemaAllen Byrne2009-04-031-1/+1
| | | | Tested: Fedora 10 gcc
* [svn-r13275] Pedro Vicente Nunes2007-02-091-1/+1
| | | | | | | | changed the XML schema path from NCSA to hdfgroup.org #define DEFAULT_XSD "http://hdfgroup.org/DTDs/HDF5-File.xsd" #define DEFAULT_DTD "http://hdfgroup.org/DTDs/HDF5-File.dtd"
* [svn-r7267] Purpose:Robert E. McGrath2003-07-281-263/+326
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Address Bug 888 2. Update h5dump xml to 1.6 Description: This is an omnibus update to the h5dump tool. 1. Bug 888: Added '-A', suppress data in dataset, but give values of attr. 2. Many changes to update the XML output. See: http://hdf.ncsa.uiuc.edu/RFC/XMLSchema/ 3. The XML dumper tests have been split off. The standard 'make check' no longer runs the XML tests. 'make check-xml' runs the XML tests manually. (Some tests may fail on some platforms, e.g., on 64bit.) 'make check-all' runs regular and then xml tests. Solution: Platforms tested: verbena, arabica, copper (64bit) Misc. update: MANIFEST updated.
* [svn-r3680] Purpose:Bill Wendling2001-03-211-119/+119
| | | | | | | | | Updated Description: Updated test results for the h5dumper's XML option. The tool now conforms with the fixes implemented in the 1.4 branch. Platforms tested: Linux
* [svn-r3506] Robert E. McGrath2001-02-231-119/+119
| | | | | | | | | | | | | Purpose: Bug fix. Description: Order of elements in groups is wrong. (Need to find out why h5gen accepted this at all.) Note that test output had to be corrected in some cases. Solution: Fixed xml_dump_group to do the right order to match the DTD Platforms tested: Linux, solaris.
* [svn-r3408] Purpose:Robert E. McGrath2001-02-141-0/+282
Adding new feature. Description: XML output option to h5dump Platforms tested: SPARC Solaris 2.7, Irix6.5 (32bit), Linux, Win98