I am using Agavi with Doctrine. The master template fails to load at times with a AgaviParseException listing out all instance of . I'm using the latest stable versions of all technologies.
|
| ||||
|
feedback
|
|
Use | |||
feedback
|
|
While I'm not too familiar with the tools you are using, it seems to me that the XML entity for They are part of the following for XHTML:
and mark the following quote about XHTML when parse by an XML parser:
However, if the typo above is on purpose, it may also mean that you miss the | |||||||||||
feedback
|
|
I don't know what the exact problem is (please always post exception messages and other helpful information when asking questions like these), but there is really only one way for this problem to occur. It is not the Master template failing to load, it is the form handling system that is unable to parse the complete generated output (so it can re-fill a form for you, or insert error messages from validation) in the faster and simpler XML parsing mode. In XML parsing mode (which you'd usually use for XHTML), it doesn't validate against a DTD by default, so it only knows the standard XML entities ( Anyway, I assume you are using UTF-8 in your documents, so there really is no need to use any entities for characters like "©" or "«" - you can insert them literally instead of using | |||
feedback
|