Summary
Directory Structure
Directory structure:└── tamerh-xml-stream-parser/├── README.md├── element.go├── error.xml├── go.mod├── go.sum├── LICENSE├── query.go├── sample.xml├── xmlparser.go└── xmlparser_test.go
Directory structure:└── tamerh-xml-stream-parser/├── README.md├── element.go├── error.xml├── go.mod├── go.sum├── LICENSE├── query.go├── sample.xml├── xmlparser.go└── xmlparser_test.go