mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-29 08:36:45 +01:00
fixed setPrefix
This commit is contained in:
parent
16537e03dc
commit
f9d4da5bb8
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class ElementNSImpl : public ElementImpl<stringT, string_adaptorT>
|
|||
|
||||
checkPrefixAndNamespace<stringT, string_adaptorT>(true, prefix, true, namespaceURI_, DOM::Node<stringT>::ELEMENT_NODE);
|
||||
|
||||
string_adaptorT::append(ElementImplT::tagName_, prefix);
|
||||
ElementImplT::tagName_ = prefix;
|
||||
string_adaptorT::append(ElementImplT::tagName_, string_adaptorT::construct_from_utf8(":"));
|
||||
string_adaptorT::append(ElementImplT::tagName_, localName_);
|
||||
} // setPrefix
|
||||
|
|
Loading…
Add table
Reference in a new issue