summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2007-06-21 11:37:42 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2007-06-21 11:37:42 +0000
commitffb54d975a2a558a4234c95fb6b3eb16da70c556 (patch)
tree719619ec913044b1f0ba68b9adabac0641480f6e
parenta80b9c8e410ff358a04ee847c213a9a164af47b4 (diff)
downloadwireshark-ffb54d975a2a558a4234c95fb6b3eb16da70c556.tar.gz
Add DTD file for xcap-error (RFC 4825)
svn path=/trunk/; revision=22148
-rw-r--r--Makefile.am1
-rw-r--r--dtds/xcap-error.dtd67
-rw-r--r--packaging/nsis/wireshark.nsi1
3 files changed, 69 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 51c014392f..7cde713df7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -135,6 +135,7 @@ dtds_DATA = \
dtds/rss.dtd \
dtds/smil.dtd \
dtds/xcap-caps.dtd \
+ dtds/xcap-error.dtd \
dtds/watcherinfo.dtd
#
# Install the RADIUS directory files in the "radius" subdirectory
diff --git a/dtds/xcap-error.dtd b/dtds/xcap-error.dtd
new file mode 100644
index 0000000000..ab7781d820
--- /dev/null
+++ b/dtds/xcap-error.dtd
@@ -0,0 +1,67 @@
+<? wireshark:protocol
+ proto_name="xcap-error"
+ description="XCAP Error XML doc (RFC 4825)"
+ hierarchy="yes" ?>
+<!--
+$Id$
+-->
+
+<!ELEMENT xcap-error (schema-validation-error?,
+ not-xml-frag?,
+ no-parent?,
+ cannot-insert?,
+ not-xml-att-value?,
+ uniqueness-failure?,
+ not-well-formed?,
+ constraint-failure?,
+ cannot-delete?,
+ not-utf-8?)* >
+<!ATTLIST xcap-error xmlns CDATA #IMPLIED >
+
+
+<!ELEMENT schema-validation-error (#PCDATA)>
+<!ATTLIST schema-validation-error phrase CDATA #IMPLIED>
+
+
+<!ELEMENT not-xml-frag (#PCDATA)>
+<!ATTLIST not-xml-frag phrase CDATA #IMPLIED>
+
+
+<!ELEMENT ancestor (#PCDATA)>
+
+<!ELEMENT no-parent (ancestor)>
+<!ATTLIST no-parent phrase CDATA #IMPLIED>
+
+
+<!ELEMENT cannot-insert (#PCDATA)>
+<!ATTLIST cannot-insert phrase CDATA #IMPLIED>
+
+
+<!ELEMENT alt-value (#PCDATA)>
+
+<!ELEMENT exists (alt-value)>
+<!ATTLIST exists field CDATA #IMPLIED>
+
+<!ELEMENT uniqueness-failure (exists)*>
+<!ATTLIST uniqueness-failure phrase CDATA #IMPLIED>
+
+
+<!ELEMENT not-xml-att-value (#PCDATA)>
+<!ATTLIST not-xml-att-value phrase CDATA #IMPLIED>
+
+
+<!ELEMENT not-well-formed (#PCDATA)>
+<!ATTLIST not-well-formed phrase CDATA #IMPLIED>
+
+
+<!ELEMENT constraint-failure (#PCDATA)>
+<!ATTLIST constraint-failure phrase CDATA #IMPLIED>
+
+
+<!ELEMENT cannot-delete (#PCDATA)>
+<!ATTLIST cannot-delete phrase CDATA #IMPLIED>
+
+
+<!ELEMENT not-utf-8 (#PCDATA)>
+<!ATTLIST not-utf-8 phrase CDATA #IMPLIED>
+
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index c0abbf6540..677477912b 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -480,6 +480,7 @@ File "..\..\dtds\rlmi.dtd"
File "..\..\dtds\rss.dtd"
File "..\..\dtds\smil.dtd"
File "..\..\dtds\xcap-caps.dtd"
+File "..\..\dtds\xcap-error.dtd"
File "..\..\dtds\watcherinfo.dtd"
SetOutPath $INSTDIR