From 7958903f7c3a490f82bb2e33088728f9b622ce9c Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Thu, 19 Oct 2006 17:37:15 +0000 Subject: Add DTD for RFC 4662 (Event Notification Extension for Resource Lists) XML schema. svn path=/trunk/; revision=19611 --- Makefile.am | 1 + dtds/rlmi.dtd | 31 +++++++++++++++++++++++++++++++ packaging/nsis/wireshark.nsi | 1 + 3 files changed, 33 insertions(+) create mode 100644 dtds/rlmi.dtd diff --git a/Makefile.am b/Makefile.am index 27d759a23d..7e7bfc26ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -108,6 +108,7 @@ dtds_DATA = \ dtds/pocsettings.dtd \ dtds/presence.dtd \ dtds/reginfo.dtd \ + dtds/rlmi.dtd \ dtds/rss.dtd \ dtds/smil.dtd \ dtds/xcap-caps.dtd \ diff --git a/dtds/rlmi.dtd b/dtds/rlmi.dtd new file mode 100644 index 0000000000..557f74bcd4 --- /dev/null +++ b/dtds/rlmi.dtd @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi index 9ad7d9d54a..afe0b2b361 100644 --- a/packaging/nsis/wireshark.nsi +++ b/packaging/nsis/wireshark.nsi @@ -454,6 +454,7 @@ File "..\..\dtds\itunes.dtd" File "..\..\dtds\pocsettings.dtd" File "..\..\dtds\presence.dtd" File "..\..\dtds\reginfo.dtd" +File "..\..\dtds\rlmi.dtd" File "..\..\dtds\rss.dtd" File "..\..\dtds\smil.dtd" File "..\..\dtds\xcap-caps.dtd" -- cgit v1.2.1