![]() |
zeep::xml::fix_namespaces — This method fixes namespace attribute when transferring an element from one document to another (replaces prefixes e.g.)
// In header: <zeep/xml/node.hpp> void fix_namespaces(element & e, element & source, element & dest);
When moving an element from one document to another, we need to fix the namespaces, make sure the destination has all the namespace specifications required by the element and make sure the prefixes used are correct.
Parameters: |
|