tektipsjunkie
Programmer
I know I can do this::
<xsl:if test="ms
erson/ms:Name/@ms:first">
<xsl:if test="ms
erson/ms:Name/@ms:last">
</xsl:if>
</xsl:if>
BUT I would like to do this::
<xsl:if test="ms
erson/ms:Name/@ms:first" or test="ms
erson/ms:Name/@ms:last">
Is there a way to user and/or operators
<xsl:if test="ms

<xsl:if test="ms

</xsl:if>
</xsl:if>
BUT I would like to do this::
<xsl:if test="ms


Is there a way to user and/or operators