AddWarningNode (server-side)
Use this routine to add a WARNING element to the specified XML document.
Definition
AddWarningNode(byRef xmlDoc,
byVal sMessage)
Parameters
xmlDoc
A reference to the XML DOMDocument object to which the WARNING element is added.
A string containing the error details, assigned as the text of with the element.
sMessage
A string containing a warning message, assigned as the text of the element.
Return Value
None.
Remarks
This routine adds a node of the form:
<WARNING>sMessage</WARNING>
This routine is available in the include file HTTPXMLUtil.asp.