You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most common stream-parser for xml-tags now is Text.XML.Stream.Parse.tag but it ignore attrs.
Having checking function Name -> [(Text, Text)] -> Maybe a could be convenient.
The most common stream-parser for xml-tags now is
Text.XML.Stream.Parse.tagbut it ignore attrs.Having checking function
Name -> [(Text, Text)] -> Maybe acould be convenient.