xref: /aosp_15_r20/external/apache-xml/test/tests/conferr/expressionerr/expressionerr01.xml (revision 1212f9a0ffdc28482b8821715d2222bf16dc14e2)
1<?xml version="1.0"?>
2<!DOCTYPE doc [
3  <!NOTATION gif SYSTEM "../www.foo.com" >
4  <!ENTITY hatch-pic
5         SYSTEM "../grafix/OpenHatch.gif"
6         NDATA gif >
7  <!ELEMENT doc (#PCDATA)>
8]>
9<doc>
10</doc>