-
Notifications
You must be signed in to change notification settings - Fork 2
/
test.xml
34 lines (34 loc) · 1.23 KB
/
test.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0"?>
<!DOCTYPE signature[
<!ENTITY copyright "©">
<!ENTITY tm "®">
]>
<!--start of document-->
<signature>
<name id='one' xml:lang="en-AU">
<namepart order="1">Andrew</namepart>
<namepart order="2" test='@order >= 2 & @id > 0'>
Armstrong</namepart>
<alias>Scumbag&tm;</alias>
<alias>Sturm & Drang</alias>
</name>
Some unparsed character data:
<![CDATA[<a href="mailto:[email protected]">
Andrew Armstrong</a>]]>
<inventory>
Test text: and/or & && &tm;includes
<item name="$$$doc" desc="Documentation/Installation"/>
<item name="assert" desc="Unit test assertion plumbing"/>
<item name="devisio" desc="Example of removing unwanted XML tags"/>
<item name="gpl" desc="GNU General Public License"/>
<item name="io" desc="Common Rexx I/O routines"/>
<item name="parsexml" desc="A Rexx XML parser" mode="> 1"/>
<item name="pretty" desc="A Rexx XML pretty printer"/>
<item name="rexxpp" desc="A Rexx INCLUDE pre-processor"/>
<item name="soap" desc="A Rexx SOAP client"/>
<item name="testmod" desc="Unit tests for XML modification"/>
<item name="testnew" desc="Unit tests for XML creation"/>
<item name="testxml" desc="A test XML file"/>
</inventory>
</signature>
<!--end of document-->