X-Git-Url: https://source.tree.se/git?p=treecutter.git;a=blobdiff_plain;f=treecutter%2Fconstants.py;h=7ba6626a1d9f095fb357b24d755fc3d955af8f6c;hp=a3b4790370c8914c67e105a04a69d1cfaec95f17;hb=64995a9107fbfaa36ddebc078575ba2823e4eb4f;hpb=a77d0ee52170cd6f9c6c97939dc218b274a42658 diff --git a/treecutter/constants.py b/treecutter/constants.py index a3b4790..7ba6626 100644 --- a/treecutter/constants.py +++ b/treecutter/constants.py @@ -15,5 +15,10 @@ XLINK = "{%s}" % XLINK_NS HTML_NS="http://www.w3.org/1999/xhtml" HTML = "{%s}" % HTML_NS NSMAP = {None : DB_NS, - 'xlink' : XLINK_NS} - + 'xi' : XI_NS, + 'xlink' : XLINK_NS, + 'html' : HTML_NS} +XPATH = {'db' : DB_NS, + 'xi' : XI_NS, + 'xlink' : XLINK_NS, + 'html' : HTML_NS}