Skip to content

Commit

Permalink
Remove DOCTYPE for XML Schema. At best, this is pointless as the docu…
Browse files Browse the repository at this point in the history
…ment is itself a compliant XML Schema; at worst, this can cause a fallback URL at w3c.org to be referenced at run time, causing failures if the site is offline.
  • Loading branch information
iay committed Sep 4, 2012
1 parent f48e11f commit 513aeca
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
12 changes: 0 additions & 12 deletions xml/xenc-schema-11.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,6 @@
#
-->

<!DOCTYPE schema PUBLIC "-//W3C//DTD XMLSchema 200102//EN"
"http://www.w3.org/2001/XMLSchema.dtd"
[
<!ATTLIST schema
xmlns:xenc CDATA #FIXED 'http://www.w3.org/2001/04/xmlenc#'
xmlns:ds CDATA #FIXED 'http://www.w3.org/2000/09/xmldsig#'
xmlns:xenc11 CDATA #FIXED 'http://www.w3.org/2009/xmlenc11#'>
<!ENTITY xenc 'http://www.w3.org/2001/04/xmlenc#'>
<!ENTITY % p ''>
<!ENTITY % s ''>
]>

<schema xmlns='http://www.w3.org/2001/XMLSchema' version='1.0'
xmlns:xenc='http://www.w3.org/2001/04/xmlenc#'
xmlns:xenc11='http://www.w3.org/2009/xmlenc11#'
Expand Down
11 changes: 0 additions & 11 deletions xml/xenc-schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@
#
-->

<!DOCTYPE schema PUBLIC "-//W3C//DTD XMLSchema 200102//EN"
"http://www.w3.org/2001/XMLSchema.dtd"
[
<!ATTLIST schema
xmlns:xenc CDATA #FIXED 'http://www.w3.org/2001/04/xmlenc#'
xmlns:ds CDATA #FIXED 'http://www.w3.org/2000/09/xmldsig#'>
<!ENTITY xenc 'http://www.w3.org/2001/04/xmlenc#'>
<!ENTITY % p ''>
<!ENTITY % s ''>
]>

<schema xmlns='http://www.w3.org/2001/XMLSchema' version='1.0'
xmlns:xenc='http://www.w3.org/2001/04/xmlenc#'
xmlns:ds='http://www.w3.org/2000/09/xmldsig#'
Expand Down
9 changes: 0 additions & 9 deletions xml/xmldsig-core-schema.xsd
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE schema
[
<!ATTLIST schema
xmlns:ds CDATA #FIXED "http://www.w3.org/2000/09/xmldsig#">
<!ENTITY dsig 'http://www.w3.org/2000/09/xmldsig#'>
<!ENTITY % p ''>
<!ENTITY % s ''>
]>

<!-- Schema for XML Signatures
http://www.w3.org/2000/09/xmldsig#
$Revision: 1.1 $ on $Date: 2005/03/16 17:40:08 $ by $Author: iay $
Expand Down

0 comments on commit 513aeca

Please sign in to comment.