If I have an XML element like this:

<A x=“one” attribute:B=“two"/>

and it has been read in a lua variable foo, I can get at attribute x with foo.at.x 

But how do I get at attribute:B?