summaryrefslogtreecommitdiff
path: root/tests/IT-keep-entities-2.xml
blob: 0173e487e1ed730946d490f6dd04e44941b58d0c (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE test [
<!ENTITY first "hello">
<!ENTITY second SYSTEM "world.xml">
]>
<test>
  <p>&first;</p>
  <p>&second;</p>
</test>