You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vincent Siveton (JIRA)" <ji...@codehaus.org> on 2008/07/30 17:12:27 UTC

[jira] Created: (DOXIA-250) Xml parser should handle entities defined in doctype

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

        

[jira] Closed: (DOXIA-250) Xml parser should handle entities defined in doctype

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ 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 "&#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