summaryrefslogtreecommitdiff
path: root/tests/IT-keep-entities-2.ll.xml
blob: 95af1799cf5faca00208a5c9781890fe28b7d596 (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>