logo
Carmine Castiglia
InfosystemsPro LLC
Random Thoughts on Information Systems & Technology for Plant, Office, and Home
Skip Navigation Links

Navigationally challenged browsers that do not display dynamic sub-menus may use the Sitemap.
The XML sitemap config file web.sitemap could not be loaded
An error occurred while parsing EntityName. Line xx, position yy.

I learned this early on when re-deploying this site using Microsoft Expression Web.

Put simply, there are a small number of characters which cannot be used directly in XML files but must be replaced by an entity reference. The "&" (ampersand), for example, must be entered as "&amp;" (without the quotes, of course).  The only other strictly illegal character is the "<" (less than). Three additional characters should be should be replaced as a matter of good habit:

Character Entity reference
& &amp;
< &lt;
> &gt;
' &apos;
" &quot;

Find more info on this subject at http://www.w3schools.com/xml/xml_cdata.asp. While there, take a look at the "[CDATA]" section as well.

AVG Anti-Malware

Free palmOne Wi-Fi Card
 
    Horizontal bar  
Copyright © 2001-2008 InfosystemsPro LLC  All rights reserved
Trademarks and images are the property of their respective owners
A privacy notice is available here.  A general disclaimer is here
Contact the Webmaster for questions or comments
All external links will open in a new browser window.  See my policy concerning links here
Many of this site's features rely on JavaScript technology.