XMLReader::setRelaxNGSchemaSource

(PHP 5 >= 5.1.0, PHP 7)
Set the data containing a RelaxNG Schema
public bool XMLReader::setRelaxNGSchemaSource ( string $source )

Set the data containing a RelaxNG Schema to use for validation.

Parameters:
source

String containing the RelaxNG Schema.

Returns:

Returns TRUE on success or FALSE on failure.

See also:

XMLReader::setRelaxNGSchema() -

XMLReader::setSchema() -

XMLReader::isValid() -

doc_php
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.