Specifies whether an XMLport uses LAX (Lazy API for XML) to process an XML file.

Applies To

  • XMLports

Property Value

Yes if the XMLport uses LAX; otherwise No.

Remarks

Extra elements and attributes are often added to XML documents when they are processed in software systems. If this property is set to Yes, the XML document will be validated as long as the document meets the minimum schema definition. For example, if an XML document contains extra elements and attributes than the schema strictly defines, the document will validated against the schema.

See Also

Concepts

Properties