Comment #9 on issue 1115 by chiragshah1: Caja HTML parser doesnt respect
XML namespaces
http://code.google.com/p/google-caja/issues/detail?id=1115
I'm trying to understand the comment "We will not render physical
attributes in the XMLNS namespace or whose name is \"xmlns\". In fact, the
parser will eat these."
Does this mean "xmlns:foo" in the following example isn't supported?
<script type="text/os-template" xmlns:foo="http://example.com"
xmlns:os="http://ns.opensocial.org/2008/markup"><foo:Bar><foo:element>Hello</foo:element></foo:Bar></script>