xmlFirstAttribute n
i1 : xmlParse ///<bar id="foo" name="too"/>/// o1 = <bar id="foo" name="too"/> o1 : LibxmlNode (xmlTypeDescription)
i2 : xmlFirstAttribute oo o2 = id = "foo" o2 : LibxmlAttribute
The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/XML.m2:662:0.