[Haskell-cafe] XML Toolbox Question

Malcolm Wallace Malcolm.Wallace at cs.york.ac.uk
Sun Aug 21 06:38:02 EDT 2005


> How can I obtain a list of all <a> tags from the result of parseHtmlContent?

With HaXml, it would be a simple query like
    deep (tag "a")
I'm sure HXT must have something similar.

Regards,
    Malcolm


More information about the Haskell-Cafe mailing list