Description
Doing some tests about xml support in JSF 2.1, I notice that xmlns property of h:head and h:body is not rendered, because facelets compiler set on attribute map as if the property key is "".
The solution is just add a check for TagAttributeImpl, so if an empty attribute is sent, use qName instead.