Hi,

I'm stuck at problem how to map XML into Go struct.
Most of examples are for xml where you are not storing information in 
attributes.
My have all a lot of data in attrs

Example XML:

<soapenv:Body>
   <os:QUERY-DEVINFO>
   <os:MODIFIER>DEVMEMORYINFO</os:MODIFIER>
      <os:object>
         <os:DEV>10.1.1.10</os:DEV>
      </os:object>
    <os:Session>1</os:Session>
    <os:objectParams/>
    </os:QUERY-DEVINFO>
</soapenv:Body>


Any help how should look struct that will output such XML ?


-- 
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://groups.google.com/d/optout.

Reply via email to