Hello,
I have tested cutted version of your xml.
I commented line with reference to xsl.
There was unnecessary ; in <;/website> - but I guess it is from tek-tips posting form.
And I didn't get any error.
Try also these steps in your code and see where exactly is the error (in which section). I would suggest to remove all sections then adding one by one to your xml. If nothing wrong there, then again test with your xsl file. If the error comes again, check the xsl file.
<?xml version="1.0"?>
<!--document name: ccccc.xml-->
<!--?xml:stylesheet type="text/xsl" href="cccccc.xsl"?-->
<!--DOCTYPE resume SYSTEM "cccccc.dtd"-->
<!--?xml:stylesheet type="text/css" href="rrrrr.css"?-->
<resume>
<section>
<personal>
<description>This section contains basic contact information - my home contact information (address and telephone numbers) as well as e-mail address and website address.
</description>
<name/>
<address type="home">
<street>vvvvvv</street>
<city>xxxxx</city>
<state>ffffff</state>
<zip_code>ttttttt</zip_code>
<country>USA</country>
</address>
<contact>
<home_phone id="homePhone">dddddd</home_phone>
<cell_phone id="cellPhone">ddddd</cell_phone>
<fax_phone id="fax"/>
<e_mail>eeee</e_mail>
<e_mail>vvvvvv</e_mail>
<website>
</contact>
</personal>
</section>
</resume>
Wish you success!
D.