From 57cdcf4cfc0c3c94f69b9e75cd17eae334ae6682 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Fri, 31 Dec 2004 12:07:27 +0000 Subject: [PATCH] removed files (fixed case) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176120 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../dom-domdocument-schemaValidate.xml | 52 ------------------- .../dom-domdocument-schemaValidateSource.xml | 52 ------------------- 2 files changed, 104 deletions(-) delete mode 100644 reference/dom/functions/dom-domdocument-schemaValidate.xml delete mode 100644 reference/dom/functions/dom-domdocument-schemaValidateSource.xml 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(),. - - - - -