Please ignore this post - I accidentally double posted (being new and awaiting moderation). My other question about xml is more to the point.
Op maandag 10 september 2012 11:28:27 UTC+2 schreef Maarten Koopmans het volgende:
Hi,
Coming from Scala I am looking at Go to port a custom WebDAV daemon I've written.
However... this will require parsing HTTP headers and xml documents (POSTed). HTTP looks ok from what I see, but what I've read from XML with Go's libraries seem to require 1) files and 2) document-to-struct mappings.
I'd really be looking for something that allows me to select a part of a document or tag/attribute as with Scala's \ and \\ functions (which resemble XPath). Any such thing in Go?
--Maarten