Is it possible to predicate by attribute, and if so, how?
<System xmlns="" name="SAP_R3_Fi nancials_DEV200 ">
<Attributes xmlns="">
<pcd:Attribut e name="Applicati onServer" value="secacsap "/>
<pcd:Attribut e name="ServerPor t" value="3200"/>
</Attributes>
</System>
---------------------------------------------
I want to be able to
<xsl:value-of select="@value"/> only when @name="Applicat ionServer"
Regards
<System xmlns="" name="SAP_R3_Fi nancials_DEV200 ">
<Attributes xmlns="">
<pcd:Attribut e name="Applicati onServer" value="secacsap "/>
<pcd:Attribut e name="ServerPor t" value="3200"/>
</Attributes>
</System>
---------------------------------------------
I want to be able to
<xsl:value-of select="@value"/> only when @name="Applicat ionServer"
Regards
Comment