Hi all, I tried to add field 'field%%' to an Element, but the % character is stripped from the name. The '%' character is stripped by the ^a-zA-Z0-9_\x7f-\xff regex in the filterName function.
So why is the % character stripped from the name? According to the W3C standard a name attribute of an input is a CDATA type: see http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-transitional.dtd_input Martijn -- View this message in context: http://www.nabble.com/Zend-Element--name---character-tp19371768p19371768.html Sent from the Zend Framework mailing list archive at Nabble.com.
