Message196277
| Author | scoder |
|---|---|
| Recipients | eli.bendersky, maker, scoder, serhiy.storchaka |
| Date | 2013-08-27.12:16:01 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1377605761.82.0.354510828608.issue18850@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is a bit tricky in ET because it generally allows you to stick anything into the Element properties (and that's a feature). So catching this at tree building time (as lxml.etree does) isn't really possible. However, at least catching it in the serialiser should be possible and would help. Regexes for well-formed tag names and text could do the job. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-08-27 12:16:01 | scoder | set | recipients: + scoder, eli.bendersky, maker, serhiy.storchaka |
| 2013-08-27 12:16:01 | scoder | set | messageid: <1377605761.82.0.354510828608.issue18850@psf.upfronthosting.co.za> |
| 2013-08-27 12:16:01 | scoder | link | issue18850 messages |
| 2013-08-27 12:16:01 | scoder | create | |