[Home] [By Thread] [By Date] [Recent Entries]
> Now my question is, how can I detect whether an attribute > doesnt' have a value (like, say, @id is empty)? To test whether attribute id exists: <xsl:if test="@id"> To test whether attribute id exists and is not zero-length: <xsl:if test="string(@id)"> Mike Kay XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



