[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: XML Parsing in Go
The "tagged" structs in Go are more flexible than first appearances may show, but the built-in xml parser doesn't give a lot of options.
Over at godocs.org a search on xml show some that may be of interest. But I can't vouch for any of them: - a pull parser https://godoc.org/github.com/mmcdole/goxpp - a streaming parser https://godoc.org/mellium.im/xmlstream (work in progress) - one that claims to follow the W3 standard https://godoc.org/github.com/tdewolff/parse/xml - a "event based" parser https://godoc.org/github.com/lucsky/go-exml - one that builds a tree of Go values https://godoc.org/aqwari.net/xml/xmltree HTH, Cecil On Thu, Dec 7, 2017 at 1:59 PM Elliotte Rusty Harold <elharo@ibiblio.org> wrote: I'm looking into a project that will do some XML parsing and likely be
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|