Avoid using "<![CDATA[ ... ]]>" in RSS

4 points by matklad


repl

Not sure I understand the argument. Should we avoid using strings because, you know... we cannot put a double-quote within the string without escaping it? Isn't it like software dev 101 to know that within any pair of delimiters, you cannot write the delimiters without special handing (escaping/splitting)?