Comment 1 for bug 1655332

Revision history for this message
delijati (delijati) wrote :

Found a way:

params = dom.find_all(
    lambda tag: (
        tag.name == "Parameter" and
        tag.prefix == "mashup")
)