mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Fixed an exception that was thrown when the namespace in the external link is a web address.
This commit is contained in:
parent
8d2a8e161b
commit
4da7183b1c
@ -32,7 +32,7 @@ xlnt::uri roundtrip(xml::parser &p, xml::serializer &s)
|
||||
}
|
||||
for (auto &ele : attribs)
|
||||
{
|
||||
s.attribute(ele.first.string(), ele.second.value);
|
||||
s.attribute(ele.first, ele.second.value);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user