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
            Priority: Minor


The following xml:

{code:xml} 
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE test [
<!ENTITY foo "&#x160;">
]>
<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

        

Reply via email to