michael-e

Results 183 comments of michael-e

In my eyes example 2 is a bug. The Input field shouldn't output HTML. But I was able to replicate this even with Symphony 2.3.6, so it might be an...

Before you start, shouldn't we think about other fields as well? Using DOM hacking, it's perfectly possible to pass "strange values" to select boxes or similar fields. I assume that...

I thought that HTML-Encoding is only useful if you **don't use a CDATA section**. (Am I wrong here?)

It would be great if @allen could shed some light on this.

From [Wikipedia](https://en.wikipedia.org/wiki/CDATA): > a CDATA section is a section of element content that is marked for the parser to interpret as only character data, not markup. A CDATA section is...

I personally like the idea to output any fields' (unformatted) values in CDATA sections, because it's simplifying a lot. But still, I am not sure about unwanted effects that we...

I will try to answer part of the questions myself: ### Re: The field issue It would be best if everything that s needed is done in the field class...

> Because of that I think we should implement something similar to your second regular expression, all control characters and DEL As I pointed out, this would be impractical for...