aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2016-06-13 19:28:04 -0400
committerJeff Morriss <jeff.morriss.ws@gmail.com>2016-06-13 23:40:45 +0000
commit49430824cb5a4b1ceff229f7a21157475b279fe3 (patch)
treeb81a3fa9f0a4cb4ab695da0a6b86e7daa3fc9e50
parent90fa55ddd2512659bc376d074d7c370f04323c20 (diff)
Fix Custom.xml so it can be (correctly) included into the main dictionary.
This file is included into dictionary.xml so it doesn't need all the DOCTYPE stuff. Change-Id: I8397b3babe45c28706867be3169ce6ed566930e6 Reviewed-on: https://code.wireshark.org/review/15885 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
-rw-r--r--diameter/Custom.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/diameter/Custom.xml b/diameter/Custom.xml
index 89e34aef57..e40b4272f8 100644
--- a/diameter/Custom.xml
+++ b/diameter/Custom.xml
@@ -1,17 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE dictionary SYSTEM "dictionary.dtd" [
- <!-- Any files added here need to be added to Custom.make and
- packaging/nsis/custom_diameter_xmls.txt if you want them to be distributed
- -->
+ <!-- Any files added here need to be added to Custom.make and
+ packaging/nsis/custom_diameter_xmls.txt if you want them to be distributed
+ -->
<!-- create entities like this:
<!ENTITY myEntity SYSTEM "myFile.xml">
-->
-]>
-<dictionary>
<!-- and then add the entity here:
&myEntity;
-->
-</dictionary>