Re: [xsl] Checking whether a child node exists with specified attribute value.

Subject: Re: [xsl] Checking whether a child node exists with specified attribute value.
From: Shawn Milochik <Shawn@xxxxxxxxxxxx>
Date: Wed, 22 Apr 2009 15:09:39 -0400
Michael and Martin:

Thanks! This is exactly what I needed. I ended up using the following:
<xsl:if test="addrField/@name = 'address1'">

Shawn

Current Thread