Ask HN: Are there any golang libraries for parsing XML like goquery?
There are multiple libraries for Google Go programming language (golang) called "goquery", modeled after popular Javascript library jQuery. They allow to combine the power of statically typed language with terse and easily readable jQuery syntax.
Now I am looking for something like goquery, but for XML (instead of HTML). Builtin golang packages for XML processing have good marshalling/unmarshalling capabilities, but in my case (parsing FB2 files) I need more flexible solution.
0 comments
[ 2.4 ms ] story [ 11.9 ms ] threadNo comments yet.