[NeXus-code-svn] r1915 - in branches/4.3: . src

apache at nexusformat.org apache at nexusformat.org
Sat Sep 14 17:53:43 BST 2013


Author: Freddie Akeroyd
Date: Sat Sep 14 17:53:42 2013
New Revision: 1915

Modified:
   branches/4.3/   (props changed)
   branches/4.3/src/napi5.c
   branches/4.3/src/nxio.c
   branches/4.3/src/nxio.h
   branches/4.3/src/nxxml.c

Log:
Merge in changes from trunk r1924

Fix a couple of issues involving a NeXus HDF5 when no class is specified,
in particular XML must have a class name as it is used as the XML node
name. For XML will use NXcollection if no class is specified. Also
NXgetgroupinfo() did not work correctly in the case of no class, causing 
NXtraverse to fail.

Also fix XML issue when an attribute contains text that looks like
a nexus data type - the code previously complained about a missing ":"

The problem with NXdir giving an attribute error when parsing an externally
linked file is also fixed (in NXgetnextattr)

refs #306



Modified: branches/4.3/src/napi5.c
Url: http://svn.nexusformat.org/viewvc/NeXusCode/branches/4.3/src/napi5.c?r1=1914&r2=1915

Modified: branches/4.3/src/nxio.c
Url: http://svn.nexusformat.org/viewvc/NeXusCode/branches/4.3/src/nxio.c?r1=1914&r2=1915

Modified: branches/4.3/src/nxio.h
Url: http://svn.nexusformat.org/viewvc/NeXusCode/branches/4.3/src/nxio.h?r1=1914&r2=1915

Modified: branches/4.3/src/nxxml.c
Url: http://svn.nexusformat.org/viewvc/NeXusCode/branches/4.3/src/nxxml.c?r1=1914&r2=1915


More information about the NeXus-code-svn mailing list