diff options
author | Martin Mathieson <martin.r.mathieson@googlemail.com> | 2006-08-21 11:52:20 +0000 |
---|---|---|
committer | Martin Mathieson <martin.r.mathieson@googlemail.com> | 2006-08-21 11:52:20 +0000 |
commit | 654502118d102a733fc8208f246efc9becf0b1cc (patch) | |
tree | 771637ce4d405cd259642d3b44c6908af1dc80ac /dtds | |
parent | f8aadddf70b8cab436a0586ae24c54e62a306d64 (diff) | |
download | wireshark-654502118d102a733fc8208f246efc9becf0b1cc.tar.gz wireshark-654502118d102a733fc8208f246efc9becf0b1cc.tar.bz2 wireshark-654502118d102a733fc8208f246efc9becf0b1cc.zip |
The xmlns attribute isn't really part of the schema, so probably shouldn't be #REQUIRED (not that the XML dissector currently uses this property)
svn path=/trunk/; revision=18970
Diffstat (limited to 'dtds')
-rw-r--r-- | dtds/reginfo.dtd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dtds/reginfo.dtd b/dtds/reginfo.dtd index 4a70e0936a..d5d4d8258f 100644 --- a/dtds/reginfo.dtd +++ b/dtds/reginfo.dtd @@ -8,7 +8,7 @@ $Id$ --> <!ELEMENT reginfo (registration)* > -<!ATTLIST reginfo xmlns CDATA #REQUIRED +<!ATTLIST reginfo xmlns CDATA #IMPLIED version CDATA #REQUIRED state CDATA #REQUIRED> |