<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href="ie-namespaces.css" type="text/css"?>
<!-- dean.edwards/2004 -->
<!-- keeping code tidy! -->
<my:root xmlns:my="http://dean.edwards.name/space">
	<my:tag>This is a normal tag</my:tag>
	<my:tag id="red">MY RED TAG</my:tag>
	<my:tag id="blue">MY BLUE TAG</my:tag>
	<my:tag class="bold">This tag has bold text</my:tag>
	<my:tag class="italics">This tag's text is in italics</my:tag>
</my:root>

