#2764 xml::XAttr.name and namespaces

SlimerDude Sat 3 Aug 2019

The docs for XAttr.name say:

Note that attributes which start with "xml:" are not treated as a namespace:

xml:lang='en' => xml:lang
XML:lang='en' => xml:lang

It'd be cool if the docs could be updated to mention that attributes which start with xmlns: are also not treated as a namespace.

brian Mon 5 Aug 2019

I pushed a small fix

Login or Signup to reply.