xref: /aosp_15_r20/external/libxml2/test/ent2 (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker<?xml version="1.0"?>
2*7c568831SAndroid Build Coastguard Worker<!DOCTYPE EXAMPLE SYSTEM "example.dtd" [
3*7c568831SAndroid Build Coastguard Worker<!ENTITY xml "Extensible Markup Language">
4*7c568831SAndroid Build Coastguard Worker<!ENTITY title PUBLIC "-//MY-TITLE//FR" "title.xml">
5*7c568831SAndroid Build Coastguard Worker<!ENTITY image SYSTEM "img.gif" NDATA GIF>
6*7c568831SAndroid Build Coastguard Worker]>
7*7c568831SAndroid Build Coastguard Worker<EXAMPLE>
8*7c568831SAndroid Build Coastguard Worker  &title;
9*7c568831SAndroid Build Coastguard Worker  This text is about XML, the &xml; and this is an embedded <IMG src="image"/>
10*7c568831SAndroid Build Coastguard Worker</EXAMPLE>
11*7c568831SAndroid Build Coastguard Worker
12