Eric Abrahamsen writes: > Apparently xml.el isn't doing quite the right thing when parsing xml > default namespaces. With the following text: > > > > > M-: (xml-parse-region nil nil nil nil 'symbol-qnames) > > Should return: > > ((DAV:multistatus ((... . "DAV:")) > > But actually returns: > > ((multistatus ((http://www\.w3\.org/2000/xmlns/xmlns . "DAV:")) Should be fixed by the attached patch, but I need to test a bit more before pushing it. -David