Validate Property

When True, the parser checks that the document consists of well-formed XML.

Object Oriented Interface

public function getValidate();
public function setValidate($value);

Procedural Interface

ipworks_xml_get($res, 10 );
ipworks_xml_set($res, 10, $value );

Default Value

true

Remarks

You can set Validate to False when you want to ignore XML format rules (e.g. while parsing HTML files).

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 PHP Edition - Version 20.0 [Build 8307]