Opened 11 years ago

Last modified 7 years ago

#945 assigned defect

html-parser supports only a few entities

Reported by: John Foerch Owned by: Alex Shinn
Priority: major Milestone: someday
Component: extensions Version: 4.8.x
Keywords: Cc:
Estimated difficulty: easy

Description

The html-parser egg supports only a few entities ( , < and friends) by default. If one wants to parse html that contains other entities than these, one cannot use the simple html->sxml, but must use make-html-parser just to add entities. I propose that for purposes of html->sxml, html-parser should not validate entities at all, but simply create sxml entity forms for whatever entities it encounters.

Change History (2)

comment:1 Changed 11 years ago by sjamaan

Owner: set to Alex Shinn
Status: newassigned

comment:2 Changed 7 years ago by sjamaan

Estimated difficulty: easy
Note: See TracTickets for help on using tickets.