This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Matching Question


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]