|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: how do you determine if a property exists?
Hi, What is a "property"? > I have the following code in a template I am working > on: > > <xsl:choose> > <xsl:when test="@Predecessors=''">1</xsl:when> You seem to be testing if the string value of an attribute is an empty string. Either like already have, or if you want to test if the attribute exists, then simply <xsl:when test="@Predecessors"> Cheers, Jarno
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








