7 <!-- This is a test XML file. Most of the stuff here don't make any sense at all -->
8 <!DOCTYPE ACE_Svc_Conf PUBLIC 'GOODSAM' '../../apps/svcconf/svcconf.dtd'
10 <!NOTATION goody PUBLIC 'NBC' 'http://hardcoreace.com/'>
11 <!NOTATION frodo PUBLIC 'ABC'>
12 <!NOTATION bilbo SYSTEM "C:/ACE-GUIDELINE">
13 <!ENTITY ccm 'CCM_App'>
14 <!ENTITY pippin PUBLIC 'GOTO' 'http://taozen.com/' NDATA goody>
15 <!ENTITY sam PUBLIC 'SHIRE' 'http://taozen.com/'>
16 <!ENTITY gandolf SYSTEM 'D:/RINGS.DOT'>
17 <!ELEMENT GOOBEGONE EMPTY>
19 <!ELEMENT HOHOHO ((BOOBOO, GOOBEGONE)?, (GOOBEGONE|POOPOO)*)+>
20 <!ELEMENT BOOBOO (#PCDATA | BOOBOO)*>
23 testing IDREF #IMPLIED>
27 <static id="ACE_Service_Manager" params="-d -p 4911"/>
29 <dynamic id="Test_Task" type="service_object"> A &
30 <initializer path="CCM_App" init="_make_Test_Task" params="-p 3000" />
34 <dynamic id="CCM_App" type="stream" status="active">
35 <initializer path="CCM_App" init="make_stream"/>
38 <dynamic id="Device_Adapter" type="module">
39 <initializer path="CCM_App" init="make_da"/>
41 <dynamic id="Event_Analyzer" type="module">
42 <initializer path="CCM_App" init="make_ea"/>
44 <dynamic id="Multicast_Router" type="module">
45 <initializer path="CCM_App" init="make_mr" params="-p 3001"/>
52 <remove id="Device_Adapter"/>
53 <!-- <remove id="Event_Analyzer"/> -->
54 <!-- <remove id="Multicast_Router"/> -->
55 <![CDATA[Only a text string.
56 Do you &expect something more? A]]>
57 <!-- Noticed that the "&" in the above CDATA section can not be escaped. -->
61 <!-- remove CCM_App -->
62 <remove id="Test_&Taskabc"/>