Indicates whether the parsed external entities that make up the XML document being processed must be read or not.  

Syntax

&DataType.ReadExternalEntities

Description

This property indicates whether the parsed external entities that make up the XML document being processed are to be read (it includes the DTD external sub-set). If  reading is enabled, the XMLReader object will read and process, in a transparent way for the user, all references to external files or URLs included in the document. Otherwise, the references to external entities are ignored.

Scope

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

See Also

XmlReader Data Type