summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/textlink.h5.xml
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23798] HDFFV-8465: dtd reference incorrect. Fixed loading of xml files ↵Allen Byrne2013-06-201-1/+1
| | | | | | with respect to XSD file. Tested: local linux
* [svn-r21210] Correct location of xml schema files. JIRA HDFFV-7688Allen Byrne2011-08-101-1/+1
| | | | Tested: local linux
* [svn-r20869] Purpose:Jonathan Kim2011-05-191-3/+0
| | | | | | | | | | | HDFFV-7514 - GMQS: h5dump - improve effectiveness of testing scripts for handling expected output files Description: Fist phase for h5dump test update. Next phase will be for h5ls. This is prerequisite for 'HDFFV-7602 Tools - upgrade tools' test scripts to share test files among tools, providing framework for test file re-usability.' Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), linew (solaris-BE), Windows (32-LE), Cmake (jam)
* [svn-r16669] Corrected the urls for h5dump xml dtd and schemaAllen Byrne2009-04-031-1/+1
| | | | Tested: Fedora 10 gcc
* [svn-r13179] Pedro Vicente Nunes2007-01-231-1/+1
| | | | replaced the path to XML schema from NCSA page to hdfgroup.org
* [svn-r12528] Added User-Defined links to the library.James Laird2006-08-021-0/+10
Users can create external links using H5L_create_external(). These links point to an object in another HDF5 file. Users can alter the behavior of external links or create new kinds of links by registering callbacks using the H5L interface. Added tests, tools support, etc. Also a number of other, minor changes have been made (some restructuring of the H5L interface, for instance). Additional documentation and examples are forthcoming.