|
From: Allen B. <al...@us...> - 2003-01-10 21:42:40
|
allenb 2003/01/10 13:42:36 PST
Modified files:
cppdom cppdom.cpp cppdom.h
Log:
Throw an exception if the user tries to add a second child to a document node.
This would cause an invalid XML structure and thus we should not allow it.
Revision Changes Path
1.29 +12 -2 cppdom/cppdom/cppdom.cpp
1.55 +3 -2 cppdom/cppdom/cppdom.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.28&r2=1.29&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.54&r2=1.55&diff_format=h
|