SAOS10_FORMAT_XML    

        remove namespaces and other useless things from saos xml
        config

OPTIONS (= is mandatory):

= xml_string
        xml config

        type: str


AUTHOR: Jeff Groom (jgroom@ciena.com)

EXAMPLES:

# Pass in an xml config
- name: Test with a config
  ciena.saos10.saos10_format_xml:
    xml_string: '<data>....</data>'


RETURN VALUES:
- result
        formatted xml

        returned: always
        sample: <config>....</config>
        type: str
