[EMAIL PROTECTED] wrote:
  <map:generate
> src="http://www.moreover.com/cgi-local/page?o=xml&c=Virus%20warnings"/>
...
The problem is that I can't compile the sitemap.
Error is:
org.xml.sax.SAXParseException: The reference to entity "c" must end with the ';' delimiter.
This is a FAQ, ampersands must be escaped in XML. Use
  src="http://www.moreover.com/cgi-local/page?o=xml&amp;c=Virus%20warnings"/>
For details, consult the XML spec.

J.Pietschmann


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to