Hello, Can you please comment on this: https://issues.apache.org/jira/browse/COCOON-1639#action_12371243
Excerpt from the comment: I was about to commit [the new NekoHTMLTransformer] when I noticed neko.properties containing URLs as property keys. The javadoc for java.util.Properties states that « The key contains all of the characters in the line starting with the first non-white space character and up to, but not including, the first unescaped '=', ':', or white space character other than a line terminator. ». Example: http://xml.org/sax/features/namespaces=true http://cyberneko.org/html/features/balance-tags=true Has someone been able to test the settings in neko.properties successfully? If this is the case, why is the colon after http not interpreted as a key separator? Or quoting Andrew Stevens « at worst it just needs the colons to be escaped ». -- Jean-Baptiste Quenot http://caraldi.com/jbq/
