Altova Mailing List Archives>Archive Index >comp.text.xml Archive Home >Recent entries >Thread Prev - Re: xsl:if problems >Thread Next - Re: xsl:if problems Re: xsl:if problemsTo: NULL Date: 5/3/2007 2:31:00 PM The node itsself will never equal "false", you want to see if it's text content equals "false". <xsl:if test="expired/.=false"> An alternate technique would be to only include the expired tag <expired/> if the item was expired, leaving it out if the item wasn't. Then just test for the presence of the tag. <xsl:if test="expired"> I'm no expert either, but I would give these two approaches a try. Good luck, CrazyAtlantaGuy | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
