Re: [go-nuts] xml for a person used to python's lxml - multiple attributes

2017-01-13 Thread Sayth Renshaw
On Thursday, 5 January 2017 04:27:50 UTC+11, Kevin Powick wrote: > > > > On Monday, 2 January 2017 22:03:15 UTC-5, Sayth Renshaw wrote: >> >> Is there a good simple ORM or pipeline to push data to a database like >> SQLite? >> > > Many popular packages (libraries) for Go can be found by category

Re: [go-nuts] xml for a person used to python's lxml - multiple attributes

2017-01-04 Thread Kevin Powick
On Monday, 2 January 2017 22:03:15 UTC-5, Sayth Renshaw wrote: > > Is there a good simple ORM or pipeline to push data to a database like > SQLite? > Many popular packages (libraries) for Go can be found by category at the following link. https://go.libhunt.com -- Kevin Powick -- You rece

Re: [go-nuts] xml for a person used to python's lxml - multiple attributes

2017-01-02 Thread Sayth Renshaw
Is there a good simple ORM or pipeline to push data to a database like SQLite? Sayth -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@go

Re: [go-nuts] xml for a person used to python's lxml - multiple attributes

2017-01-01 Thread Sayth Renshaw
Wow that is so cool and clear. Sayyh -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://gr

Re: [go-nuts] xml for a person used to python's lxml - multiple attributes

2017-01-01 Thread Shawn Milochik
Here's a start: https://play.golang.org/p/bMu5EfKQyF -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options,

[go-nuts] xml for a person used to python's lxml - multiple attributes

2017-01-01 Thread Sayth Renshaw
HI I was reading the docs for Go xml and the examples on github. One thing I am liking is the lack of looping instead defining a struct for the level you want and taking it. What I cannot quite grasp from the examples is how do take multiple attributes out. say I have an XML example like this