hivexml: Report attributes in values instead of text.
authorAlex Nelson <ajnelson@cs.ucsc.edu>
Fri, 2 Sep 2011 01:17:43 +0000 (18:17 -0700)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 6 Sep 2011 13:59:01 +0000 (14:59 +0100)
commit7ab64739391d60a52755250e76b0f4a03878a7e8
treedc7c8131c394c1bfb7981cfbe9889b4c81e5e3e2
parente85b1eaa268caea316f6aa8e02738b3d94297250
hivexml: Report attributes in values instead of text.

Reporting value data in attributes has two advantages:
* The output of hivexml breaks Python expat processing if binary data
makes it out.  This was observed in Software hives.
* Not having child text makes room for child elements.

Signed-off-by: Alex Nelson <ajnelson@cs.ucsc.edu>
xml/hivexml.c