<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="style.xsl"?>
<!DOCTYPE foo [
  <!ENTITY msdn-feed SYSTEM "http://msdn.microsoft.com/rss.xml">
]>
<foo>
&msdn-feed;
</foo>

