github.com/aavshr/aws-sdk-go@v1.41.3/internal/smithytesting/xml/doc.go (about)

     1  // Package xml is XML testing package that supports XML comparison utility.
     2  // The package consists of ToStruct and StructToXML utils that help sort XML
     3  // elements as per their nesting level. ToStruct function converts an XML
     4  // document into a sorted tree node structure, while StructToXML converts the
     5  // sorted XML nodes into a sorted XML document.  SortXML function should be
     6  // used to sort an XML document. It can be configured to ignore indentation
     7  package xml