This morning firefox 5 started complaining about entities in OPML
attributes
XML Parsing Error: undefined entity
Location:
http://feedfunnel.noagendareport.com/outline.php?xsl=xsl/opml2html.xsl
Line Number 1353, Column 1:<outline text="NewsFeed »<---
I assumed all entities were allowed because & and " do not
cause this error message.
http://www.opml.org/spec2 states under "Text attribute"
"Text attributes may contain encoded HTML markup."
My tests show only the following entities are allowed:
<outline text="<" />
<outline text=">" />
<outline text=""" />
<outline text="'" />
<outline text="&" />
Is there a work-around for this problem?
I propose to add a note to the OPML spec explaining which entities are
allowed, and/or how to allow additional entities
JvL