[ http://jira.codehaus.org/browse/DOXIA-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vincent Siveton closed DOXIA-250. --------------------------------- Assignee: Vincent Siveton Resolution: Fixed Fix Version/s: 1.0-beta-1 fixed in [r70994|http://svn.apache.org/viewvc?rev=709994&view=rev] > Xml parser should handle entities defined in doctype > ---------------------------------------------------- > > Key: DOXIA-250 > URL: http://jira.codehaus.org/browse/DOXIA-250 > Project: Maven Doxia > Issue Type: Bug > Components: Core > Affects Versions: 1.0-beta-1 > Reporter: Vincent Siveton > Assignee: Vincent Siveton > Priority: Minor > Fix For: 1.0-beta-1 > > > The following xml: > {code:xml} > <?xml version="1.0" encoding="ISO-8859-1" ?> > <!DOCTYPE test [ > <!ENTITY foo "Š"> > ]> > <b>&foo;</b> > {code} > displays "null" instead of a space. > We need to handle XmlPullParser.DOCDECL in > AbstractXmlParser#parseXml(XmlPullParser, Sink) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira