UseLax Property

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 validate as long as the document meets the minimum schema definition. This means that if extra elements and attributes are included in a namespace, the XML document will successfully validate against the schema; if not, a validation error will occur.

See Also

Properties