# xml-parser ``` Prelude Text.XMLParser> parseXML " hi " Right (Tag [] "a" (Just [TagString " hi "])) ```