Your example fragment is not quite correct, since it does not include an XML namespace binding for the xlink:
prefix. What you probably want is:
lala
You can unmarshal this attribute using the namespace URL:
XlinkHref string `xml:"http://www.w3.org/1999/xlink href,attr"`
Here is an updated copy of your example program with the namespace fix.