Ticket #175 (closed defect: invalid)
handling of unknown tags
| Reported by: | volker | Owned by: | |
|---|---|---|---|
| Priority: | critical | Component: | mwlib |
| Keywords: | Cc: |
Description
unknown tag nodes should be handled in a better way. the currenty parsing result is problematic:
In [3]: p('<idl>blub</idl>')
parser.info >> Parsing "'unknown'"
parser.info >> in parseArticle: skipping (<EndTag:idl>, '</idl>')
Article 'unknown': 1 children
Node '': 2 children
'<idl>'
'blub'
Change History
Note: See
TracTickets for help on using
tickets.
