Summary

html-parser supports only a few entities

Metadata

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.

Changes and comments

[2012-10-31 18:47:27 UTC] sjamaan changed status from new to assigned

[2012-10-31 18:47:27 UTC] sjamaan set owner to ashinn

[2017-08-25 14:10:09 UTC] sjamaan set difficulty to easy