<?xml version="1.0" standalone="yes"?>

<!DOCTYPE entityExample [
<!ENTITY foo "hey, this is expanded from foo">
<!ELEMENT entityExample ( note )>
	<!ELEMENT note ( #PCDATA )>
]>

<entityExample>
	<note>Here's comes the entity substitution: &foo;</note>
	<spareParts/>
</entityExample>


<!-- Comment: $Id: entitydtd.xml,v 1.4 2001/07/06 18:58:11 mouse Exp $ -->
