Tagged Questions
14
votes
2answers
188 views
Atom XML feeds malformed - redundant empty line?
http://stackoverflow.com/feeds/tag/delphi
Trying to read it in Opera i was "greeted" with "1st line should be XML declaration" error.
I tried few validators:
Same error on ...
4
votes
2answers
140 views
First letters of XML attributes not colored correctly if capitalized
If the first character(s) of an XML attribute are capitalized, they don't get colored in the usual attribute way:
<element InitialCap="1" initialLower="2" ALLCAPS="3" SOMEcaps="4" />
It would ...