summaryrefslogtreecommitdiff
path: root/ACE/ACEXML
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2011-10-08 08:58:02 +0000
committermsmit <msmit@remedy.nl>2011-10-08 08:58:02 +0000
commit5855881ce571169f7ca25c5661eec0d08edc2698 (patch)
treef612462b9ac7e74881f2c989e3e057f2f82e2875 /ACE/ACEXML
parent1720f3874b367b7d00b3747b2f375ac519dbeee5 (diff)
downloadATCD-5855881ce571169f7ca25c5661eec0d08edc2698.tar.gz
Sat Oct 8 09:00:00 UTC 2011 Marcel Smit <msmit@remedy.nl>
* ACEXML/examples/SAXPrint/namespaces.xml: * ACEXML/examples/SAXPrint/ns.svc.conf.xml: * ACEXML/examples/SAXPrint/simple.svcconf.xml: * ACEXML/examples/SAXPrint/svc.conf.xml: XML does not allow anything before the xml-tag.
Diffstat (limited to 'ACE/ACEXML')
-rw-r--r--ACE/ACEXML/examples/SAXPrint/namespaces.xml4
-rw-r--r--ACE/ACEXML/examples/SAXPrint/ns.svc.conf.xml2
-rw-r--r--ACE/ACEXML/examples/SAXPrint/simple.svcconf.xml3
-rw-r--r--ACE/ACEXML/examples/SAXPrint/svc.conf.xml4
4 files changed, 8 insertions, 5 deletions
diff --git a/ACE/ACEXML/examples/SAXPrint/namespaces.xml b/ACE/ACEXML/examples/SAXPrint/namespaces.xml
index 28bf2fe8112..e00209f2c4d 100644
--- a/ACE/ACEXML/examples/SAXPrint/namespaces.xml
+++ b/ACE/ACEXML/examples/SAXPrint/namespaces.xml
@@ -1,9 +1,9 @@
+<?xml version="1.0" encoding="iso8859-1"?>
+
<!-- -->
<!-- $Id$ -->
<!-- -->
-<?xml version="1.0" encoding="iso8859-1"?>
-
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns="http://purl.org/rss/1.0/">
<channel rdf:about="http://primates.ximian.com/~ravi/BoozeLog/">
diff --git a/ACE/ACEXML/examples/SAXPrint/ns.svc.conf.xml b/ACE/ACEXML/examples/SAXPrint/ns.svc.conf.xml
index 2eae4fc7e38..a25133f7b44 100644
--- a/ACE/ACEXML/examples/SAXPrint/ns.svc.conf.xml
+++ b/ACE/ACEXML/examples/SAXPrint/ns.svc.conf.xml
@@ -1,8 +1,8 @@
+<?xml version="1.0"?>
<!-- -->
<!-- $Id$ -->
<!-- -->
-<?xml version="1.0"?>
<ace:ACE_Svc_Conf xmlns="http://ace.doc.wustl.edu/svcconf" xmlns:ace="http://ace.doc.wustl.edu/svcconf">
<static id="ACE_Service_Manager">
<params>-d</params>
diff --git a/ACE/ACEXML/examples/SAXPrint/simple.svcconf.xml b/ACE/ACEXML/examples/SAXPrint/simple.svcconf.xml
index 012a8cafcdb..c7b5287b3ed 100644
--- a/ACE/ACEXML/examples/SAXPrint/simple.svcconf.xml
+++ b/ACE/ACEXML/examples/SAXPrint/simple.svcconf.xml
@@ -1,8 +1,9 @@
+<ACE_Svc_Conf>
+
<!-- -->
<!-- $Id$ -->
<!-- -->
-<ACE_Svc_Conf>
<static id="ACE_Service_Manager" params="-d -p 4911"/>
<dynamic id="Test_Task" type="service_object"> &#65; &amp;
diff --git a/ACE/ACEXML/examples/SAXPrint/svc.conf.xml b/ACE/ACEXML/examples/SAXPrint/svc.conf.xml
index 483a9e388e4..846c2a91b7f 100644
--- a/ACE/ACEXML/examples/SAXPrint/svc.conf.xml
+++ b/ACE/ACEXML/examples/SAXPrint/svc.conf.xml
@@ -1,7 +1,9 @@
+<?xml version="1.0"?>
+
<!-- -->
<!-- $Id$ -->
<!-- -->
-<?xml version="1.0"?>
+
<!-- This is a test XML file. Most of the stuff here don't make any sense at all -->
<!DOCTYPE ACE_Svc_Conf PUBLIC 'GOODSAM' '../../apps/svcconf/svcconf.dtd'
[