xml_ClearOutputBuffer ( parserID )
Clears the output buffer for the parserID. Resets the size to zero.
This command only needs to be used when you want to discard the data in the output buffer, as calling xml_GetOutputBuffer also resets the output buffer in the plug-in.
See Also: xml_GetOutputBuffer
|