Hi, according to [0] oak does not allow a non-space whitespace in the name. this is different than in jackrabbit. also it should be allowed based on [1].
the problem at hand is, that we have content with 'no-break-space' chars in node names, that doesn't install in oak anymore. regards, toby [0] https://github.com/apache/jackrabbit-oak/blob/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/name/Namespaces.java#L252 [1] http://www.w3.org/TR/xml/#NT-Char
