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

<!DOCTYPE entityExample [
<!ENTITY foo "hey, this is expanded from foo">
]>

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




<!-- Comment: $Id: entity.xml,v 1.1 2001/07/03 17:42:34 mouse Exp $ -->
