File: doc.go

package info (click to toggle)
golang-github-aws-smithy-go 1.19.0-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 2,680 kB
  • sloc: java: 15,917; xml: 166; sh: 131; makefile: 66
file content (6 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
// package xml is xml testing package that supports xml comparison utility.
// The package consists of XMLToStruct and StructToXML utils that help sort xml elements
// as per their nesting level. XMLToStruct function converts an xml document into a sorted
// tree node structure, while StructToXML converts the sorted xml nodes into a sorted xml document.
// SortXML function should be used to sort an xml document. It can be configured to ignore indentation
package xml