summaryrefslogtreecommitdiff
path: root/ext/dom/examples/shipping.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/examples/shipping.php')
-rw-r--r--ext/dom/examples/shipping.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/ext/dom/examples/shipping.php b/ext/dom/examples/shipping.php
deleted file mode 100644
index 5205fd2014..0000000000
--- a/ext/dom/examples/shipping.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-$dom = new domDocument;
-$dom->load('shipping.xml');
-if (!$dom->schemaValidate('shipping.xsd')) {
- print "Document is not valid";
-} else {
- print "Document is valid";
-}
-
-?> \ No newline at end of file