Concept Framework 2.2 documentation Contents | Index

standard.lib.xml.xmlParseMemory

Name Version Deprecated
xmlParseMemory version 1.0 no

Prototype:
number xmlParseMemory(string buffer)

Parameters:
buffer      the XML buffer

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

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

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Sun Jan 27 18:15:20 2013 GMT(c)2013 Devronium Applications