i1 : xmlParse ///<bar id="foo" name="too">asdf</bar>/// o1 = <bar id="foo" name="too">asdf</bar> o1 : LibxmlNode (xmlTypeDescription) |
i2 : a = getAttributes oo
o2 = {id = "foo" }
{name = "too"}
o2 : VerticalList
|
i3 : class \ a
o3 = {LibxmlAttribute}
{LibxmlAttribute}
o3 : VerticalList
|