xpath attribute value auslesen

  • Hallo!

    Will die Anzahl von Knoten mit einem Attribute=Name und dem Attributewert "Test". Das ganze liegt auch in einem namespace.

    Also ungefähr so:

    <Element NAme="Test>

    So hol ich mir alle Element mit dem attribute Name:

    Code
    /@*[local-name()='Name'

    und jetzt will ich nur mehr die Knoten wo Name="Test" ist. Hat da wer eine Ahnung

    Danke und lg

  • probiers mal ungefähr so:
    //@*[./local-name()='Name'][.='Test']

    "All through my life I've had this strange unaccountable feeling that something was going on in the world, something big, even sinister, and no one would tell me what it was."
    "No," said the old man, "that's just perfectly normal paranoia. Everyone in the Universe has that."

    &#128513;&#128514;&#128515;&#128516;&#128517;&#128518;&#128519;&#128520;&#128521;&#128522;&#128523;&#128524;&#128525;&#128526;&#128527;&#128528;&#128530;&#128531;&#128532;&#128534;&#128536;&#128538;&#128540;&#128542;&#128544;&#128545;&#128546;&#128547;&#128549;&#128552;&#128553;&#128554;&#128555;&#128557;&#128560;&#128561;&#128562;&#128563;&#128565;&#128566;&#128567;

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!