standard.lib.xml.xmlParseMemory

xmlParseMemory is available since version 1.0.

Prototype:

number xmlParseMemory(string buffer)

Parameters

buffer
the XML buffer

Description:

Parse an XML in-memory block and build a tree.

Return value:

Returns the resulting document tree handle if the memory buffer was well formed, null otherwise.