summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter A. Bigot <pabigot@users.sourceforge.net>2010-05-30 11:43:59 -0500
committerPeter A. Bigot <pabigot@users.sourceforge.net>2010-05-30 11:43:59 -0500
commitbd7829b106f75e0b89f59a16f31563a6d62294ac (patch)
tree9d8a5e23ff9d5602217ddf1e142adb4a3f33b3e0
parentfde3ccd588cda550364dc9bf16b270dd45c8b5ee (diff)
Take out xhtml, which was a stub and is no longer available at URL
-rwxr-xr-xpyxb/bundles/common/scripts/genbind4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyxb/bundles/common/scripts/genbind b/pyxb/bundles/common/scripts/genbind
index 4a44b57..a0842a5 100755
--- a/pyxb/bundles/common/scripts/genbind
+++ b/pyxb/bundles/common/scripts/genbind
@@ -9,9 +9,11 @@ BUNDLE_TAG=common
test -f ${SCHEMA_DIR}/xml.xsd || wget -O ${SCHEMA_DIR}/xml.xsd http://www.w3.org/2001/xml.xsd
test -f ${SCHEMA_DIR}/XMLSchema.xsd || wget -O ${SCHEMA_DIR}/XMLSchema.xsd http://www.w3.org/2001/XMLSchema.xsd
+# XHTML "schema" no longer available
+# http://www.w3.org/1999/xhtml.xsd xhtml --allow-builtin-generation
+
( cat <<EOList
http://www.w3.org/2001/XMLSchema-hasFacetAndProperty xsd_hfp --allow-builtin-generation
-http://www.w3.org/1999/xhtml.xsd xhtml --allow-builtin-generation
EOList
) | generateBindings