XPath zu finden, ein element, dessen Attribut enthält einen text -, Fall-unempfindlich?

    <root>
//other nodes
    <a href="/PatternFramework/Pages/LogOut.aspx?np=/sites/novatestsite/Home.aspx" slick-uniqueid="92">Sign out</a>
    </root>

Wie schreibt man einen xpath liefert die a tag, dessen href enthält "Abmelden".aspx"?

Beispielsweise so etwas wie

//a[@href[contains[., "logout.aspx"]]
InformationsquelleAutor The Light | 2012-03-07
Schreibe einen Kommentar