SPAM-LOW: Re: BeautifulSoup vs. loose & chars
Duncan Booth
duncan.booth at invalid.invalid
Tue Dec 26 13:40:34 EST 2006
Andreas Lysdal <andelys at riddergarn.dk> wrote:
>> P.S. apos is handled specially as it isn't technically a
>> valid html entity (and Python doesn't include it in its entity
>> list), but it is an xml entity and recognised by many browsers so some
>> people might use it in html.
>>
> Hey i fund this site:
> http://www.htmlhelp.com/reference/html40/entities/symbols.html
>
> I hope that its what you mean.
Try
http://www.w3.org/TR/html4/sgml/entities.html#entities
for a more complete list.
More information about the Python-list
mailing list