the whole point of xhtml (1.0 transitional, anyway) is that it's supposed to be backwards compatible. If you use (note the space) I don't see what browsers are going to give you trouble with that.
The fact is, it's ridiculous to try to use XML just to carry old-style html. If you feel you must put formatted code in there, you need to use a namespace, and valid xhtml. If you think you need to use old html 4.01 ... then you haven't put enough thought into what your RSS feed is for.
I gotta agree that the way to fix this is for the aggregators to parse it 'right' ... when lockergnome starts getting more emails about the strange html entities in their xml feeds, maybe then they'll fix it.
|