1. Reworked the xmlDocToJSON and _xmlDocToJSON functions for clarity.
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 21 Feb 2010 02:31:58 +0000 (02:31 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 21 Feb 2010 02:31:58 +0000 (02:31 +0000)
commit29ba178c126ab7758e4647078a24549765f4be24
treee77279b9151a25cbc91b72de34107281eaafb40e
parentb4ea8f9a0602fa67c052aa1cb1902a0aa055f67f
1. Reworked the xmlDocToJSON and _xmlDocToJSON functions for clarity.
In particular: _xmlDocToJSON() now returns void, and requires its
second parameter (the jsonObject*) to be non-NULL.  The old version
behaved differently depending on whether the second parameter was NULL.
I found that arrangement confusing.

2. Finished adding doxygen-style comments; removed comments from the
header so that they won't override the more complete comments in the
implementation file.

3. Tinkered with white space here and there.

M    include/opensrf/xml_utils.h
M    src/libopensrf/xml_utils.c

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1928 9efc2488-bf62-4759-914b-345cdb29e865
include/opensrf/xml_utils.h
src/libopensrf/xml_utils.c