Allows reading of an XML document from an internal buffer instead of a file. 

Syntax

&DataType.OpenFromString(Parameter)

Where:

Parameter
Character variable or attribute, containing the XML to be read.

Description

Similar to the Open Method, but allows the reading of an XML document from a character variable or attribute instead of a file. 

Scope

Extended Data Types: XmlReader
Languages: .NET, Java, Visual Basic (up to GeneXus X Evolution 3), Visual FoxPro (up to GeneXus X Evolution 3)

See Also