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_)
list_.push_back(DOM::Node<string_type, string_adaptor>(
new NamespaceNodeImpl<string_type, string_adaptor>(context,
"",
string_adaptor::empty_string(),
attr.getNodeValue())
)
);