[xsl] Matching Question

Subject: [xsl] Matching Question
From: Michael Zehrer <michael@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 10 Jun 2002 09:31:18 +0200
Hi List,

I have a matching problem, probably somone can explain this to me. Given this XML:

<parent>
	<child>foo bla</child>
	<onemorechild>42</onemorechild>
</parent>
<parent>
...
</parent>

I want to match for all parent/onemorechild that have a specific value, say 42, but then get the content of parent/child and this match should fit in one <xsl:value-of />, is this possible?


Regards, Michael 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread