NdsDtd_addStatus
Adds a <status> element to the input or output document.
#include "NdsDtd.h"
DIRXML_EXPORT
NAMESPACE(DOM)Element * NDAPI NdsDtd_addStatus(
NAMESPACE(DOM)Element *statusParent,
int statusLevel,
const unicode *message,
const unicode *eventId);
This method returns a pointer to the new <status> element or 0 if an error occurs.
The status element will have the level attribute set based on the statusLevel parameter. It may have an eventId attribute or a text node child with any message passed.