I'm looking at the docs although they appear to say it should work. I assume
Code:
<?xml:stylesheet href="http://localhost/begaspnet/ch05/exercise2.css" type="text/css" ?>
was a typo in your post, it should have a hyphen, xml is not a namespace?
Code:
<?xml-stylesheet href="http://localhost/begaspnet/ch05/exercise2.css" type="text/css" ?>
Also how do you open the xml, via your local web server or as a local file, by double clicking, for instance?
Joe (MVP - xml)