Commit 78afec1e authored by Guido van Rossum's avatar Guido van Rossum

Add XMLNS_NS, the specific value for attr.namespaceURI when attr is a

namespace declaration.
parent 6bef2ea1
...@@ -90,6 +90,8 @@ import string ...@@ -90,6 +90,8 @@ import string
import re import re
from xml.dom import Node from xml.dom import Node
XMLNS_NS = "http://www.w3.org/2000/xmlns/" # URI for XML NS declarations
ZOPE_TAL_NS = "http://xml.zope.org/namespaces/tal" ZOPE_TAL_NS = "http://xml.zope.org/namespaces/tal"
ZOPE_METAL_NS = "http://xml.zope.org/namespaces/metal" ZOPE_METAL_NS = "http://xml.zope.org/namespaces/metal"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment