not very good with xslt...I cant seem to get the syntax correct for:
<p>
<xsl:text>Your temporary password should be changed to something easier to remember by logging onto the </xsl:text>
<a>
<xsl:attribute name="href">
<xsl:value-of select="http://extranet.scmedical.org" />
</xsl:attribute>
<xsl:text>SCMA Extranet Home Page</xsl:text>
</a>
<xsl:text> using your user name and temporary password.</xsl:text>
</p>
the effect is that the user is deleted from the sql db...I am assuming due to this ???