xmlGetContent n
i1 : xmlParse ///<bar>hi there</bar>/// o1 = <bar>hi there</bar> o1 : LibxmlNode (xmlTypeDescription)
i2 : xmlFirstChild oo o2 = "hi there" o2 : LibxmlNode (xmlTypeDescription)
i3 : xmlGetContent oo o3 = hi there
i4 : class oo o4 = String o4 : Type