diff --git a/reference/dom/functions/dom-domdocument-schemaValidate.xml b/reference/dom/functions/dom-domdocument-schemaValidate.xml deleted file mode 100644 index 5900119116..0000000000 --- a/reference/dom/functions/dom-domdocument-schemaValidate.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - DOMDocument->schemaValidate - - Validates a document based on a schema - - - - &reftitle.description; - - DOMDocument - - bool - schemaValidate - stringfilename - - - - Validates a document based on a schema defined by - filename. &return.success; - - - See also DOMDocument->schemaValidateSource(), - DOMDocument->relaxNGValidate(), - DOMDocument->relaxNGValidateSource() - and DOMDocument->validate(). - - - - - diff --git a/reference/dom/functions/dom-domdocument-schemaValidateSource.xml b/reference/dom/functions/dom-domdocument-schemaValidateSource.xml deleted file mode 100644 index 680ccfd32c..0000000000 --- a/reference/dom/functions/dom-domdocument-schemaValidateSource.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - DOMDocument->schemaValidateSource - - Validates a document based on a schema - - - - &reftitle.description; - - DOMDocument - - bool - schemaValidateSource - stringsource - - - - Validates a document based on a schema defined in string - source. - - - See also DOMDocument->schemaValidate(), - DOMDocument->relaxNGValidate(), - DOMDocument->relaxNGValidateSource() - and DOMDocument->validate(),. - - - - -