1
0
Fork 0
mirror of https://github.com/jezhiggins/arabica synced 2025-02-17 09:33:58 +01:00

fixed for other than std::strings

This commit is contained in:
jez 2008-05-30 21:45:27 +00:00
parent 6a04f6ba58
commit 73d0cdaef9

View file

@ -428,7 +428,7 @@ public:
if(attr.getNodeName() == xmlns_prefix_) if(attr.getNodeName() == xmlns_prefix_)
list_.push_back(DOM::Node<string_type, string_adaptor>( list_.push_back(DOM::Node<string_type, string_adaptor>(
new NamespaceNodeImpl<string_type, string_adaptor>(context, new NamespaceNodeImpl<string_type, string_adaptor>(context,
"", string_adaptor::empty_string(),
attr.getNodeValue()) attr.getNodeValue())
) )
); );