<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="combinations.xsl"?>
<!DOCTYPE combinationsdemo [
 <!ELEMENT combinationsdemo (thing*)>
 <!ELEMENT thing (#PCDATA)>
]>

<combinationsdemo>
	<thing>3</thing>
	<thing>foo</thing>
	<thing><img src="clover.png"/></thing>
</combinationsdemo>

