J
Jacques
Is it possible to predicate by attribute, and if so, how?
<System xmlns="" name="SAP_R3_Financials_DEV200">
<Attributes xmlns="">
<pcd:Attribute name="ApplicationServer" value="secacsap"/>
<pcd:Attribute name="ServerPort" value="3200"/>
</Attributes>
</System>
---------------------------------------------
I want to be able to
<xsl:value-of select="@value"/> only when @name="ApplicationServer"
Regards
<System xmlns="" name="SAP_R3_Financials_DEV200">
<Attributes xmlns="">
<pcd:Attribute name="ApplicationServer" value="secacsap"/>
<pcd:Attribute name="ServerPort" value="3200"/>
</Attributes>
</System>
---------------------------------------------
I want to be able to
<xsl:value-of select="@value"/> only when @name="ApplicationServer"
Regards