Message32431
| Author |
wolfete |
| Recipients |
| Date |
2007年06月30日.16:38:49 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
When feeding an parser with a tag in which its arguments contain a < (as in <a href='http://www.example.org/"<;'>example</a> the SGMLParsers doesn't handle the data/arguments correcly. For example, with the above string I get:
Fed: <a href='http://www.example.org/">;'>example</a>
Tag opened: a
Arg href -> http://www.example.org/">;
Arg escaped 'http://www.example.org/">;'
Data: ;'>example
Tag closed: a
I have attached a small example.
I'm using python2.5.1
Cheers,
Ãlvaro. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 14:58:12 | admin | link | issue1745761 messages |
| 2007年08月23日 14:58:12 | admin | create |
|