[
https://issues.apache.org/jira/browse/WICKET-350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477760
]
Juergen Donnerstag commented on WICKET-350:
-------------------------------------------
It is just resolved in 2.0 and the changes for 1.x have been committed at the
same moment.
The dot: you'll find that the xml parser is not a general purpose xml parser
complying to all details of xml. It doesn't have to. It just implements what is
sufficient for Wicket. If only if there is a real need to implement an
additional detail, than we'll do it. The dot, though in the spec, is nowhere
used. So why bother and implement
> XmlPullParser does not respect the XML NCName syntax
> ----------------------------------------------------
>
> Key: WICKET-350
> URL: https://issues.apache.org/jira/browse/WICKET-350
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Reporter: Jean-Baptiste Quenot
> Assigned To: Jean-Baptiste Quenot
> Fix For: 2.0
>
> Attachments: 20070303-wicket-1.x-WICKET-350-XmlPullParser.txt,
> 20070303-wicket-1.x-WICKET-350-XmlPullParser.txt
>
>
> This simple test fails:
> parser.parse("<filter-mapping>");
> XmlTag tag = (XmlTag)parser.nextTag();
> assertEquals("filter-mapping", tag.getName());
> tag.getName() returns "filter".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.