LibXML: Set XMLNS namespace for xmlns attribute

This is what Blink and Gecko do, and is required for serialization
(innerHTML etc.) of XML elements to work.
This commit is contained in:
Maciej 2024-07-13 19:53:44 +02:00 committed by Ali Mohammad Pur
commit cad3b085a8
Notes: sideshowbarker 2024-07-17 08:35:21 +09:00
3 changed files with 21 additions and 1 deletions

View file

@ -0,0 +1,2 @@
namespaceURI=http://www.w3.org/2000/xmlns/ prefix=null localName=xmlns value=http://www.w3.org/2000/svg
namespaceURI=http://www.w3.org/2000/xmlns/ prefix=xmlns localName=test value=foo