how do you determine if a property exists?2004-04-15 00:28:39Hi, I have the following code in a template I am working on: <xsl:choose> <xsl:when test="@Predecessors=''">1</xsl:when> <xsl:otherwise><xsl:value-of select="@Predecessors"/> </xsl:otherwise> </xsl:choose> __________________________________ Do you Yahoo!? Yahoo! Tax Center - File online by April 15th http://taxes.yahoo.com/filing.html
|
|