SE_xmldoc_get_text
Returns the text of an XML document.
Usage syntax
LONG SE_xmldoc_get_text
(const SE_XMLDOC xmldoc,
void *text);
Parameters
|
xmldoc |
The SE_XMLDOC object |
|
text |
Pointer to the CHAR buffer to receive the text. |
Description
This function returns the text of the XML document. The calling program must allocate enough memory to receive the text. Use SE_xmldoc_get_length() to get the length of the text.
Returns
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_XMLDOC_OBJECT
SE_SDE_NOT_STARTED