On Thu, 9 Jan 2003 [EMAIL PROTECTED] wrote:

> Hello,
>
> My sitemap is:
>
> <map:match pattern="virus_info.xml">
>   <map:generate 
>src="http://www.moreover.com/cgi-local/page?o=xml&c=Virus%20warnings"/>
>   <map:transform src="styles/info.xsl"/>
>   <map:serialize type="xml"/>
> </map:match>
>
> 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.
> at 
>org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:232)
> at 
>org.apache.xerces.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:213)
> at org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:366)
> at org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:296)
> etc...


Use '&amp;' instead of '&'.


---------------------------------------------------------------------
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