blob: 7fb4c7b8ed31517ecbd75c6037572ca91e27f397 [file] [log] [blame]
Daniel Veillard260a68f1998-08-13 03:39:55 +00001<?xml version="1.0"?>
2<!DOCTYPE EXAMPLE SYSTEM "example.dtd" [
3<!ENTITY xml "Extensible Markup Language">
4]>
Daniel Veillardccb09631998-10-27 06:21:04 +00005<EXAMPLE prop1="a&amp;b" prop2="&xml;">
Daniel Veillard260a68f1998-08-13 03:39:55 +00006 Test of entities in attributes.
7</EXAMPLE>