Quote:
Originally Posted by DiapDealer
It (the colon) should just be a string when used as an attribute name.
tag["xml:lang"] = "la"
to be more compatible with all version of BeautifulSoup
|
Thanks! it was just a typo... sorry
Thanks KevinH for your help.