Re: [xsl] What is the correct xpath?

Subject: Re: [xsl] What is the correct xpath?
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 30 Apr 2025 23:08:42 -0000
On 01/05/2025 01:04, dvint@xxxxxxxxx wrote:
I get to the right area with this
"../array[@key='header']/map/string[@key='key']" I'm stuck on how to
now match the value "Content-Type" and then findB  the content of
<string key="value">application/x-www-form-urlencoded</string>


It seems

B  ../array[@key='header']/map[string[@key='key'][. =
'Content-Type']]/string[@key = 'value']

should do.

Current Thread