R
Robby
Hello,
How can I show only the first AddressLine (or just the second one) in
FormattedAddress?
I have been trying to do this, but can't get it to work...
What I have now is:
<xsl:template match="FormattedAddress">
<xsl:value-of select="[AddressLine()=1]"/>
</xsl:template>
Any help would be very much appreciated.
Cheers,
Roberto
How can I show only the first AddressLine (or just the second one) in
FormattedAddress?
I have been trying to do this, but can't get it to work...
What I have now is:
<xsl:template match="FormattedAddress">
<xsl:value-of select="[AddressLine()=1]"/>
</xsl:template>
Any help would be very much appreciated.
Cheers,
Roberto