[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: How can I check the string is null or not using xs

Subject: Re: How can I check the string is null or not using xslt
From: "cking" <cking@xxxxxxxxxx>
Date: Fri, 17 Sep 2004 18:59:38 +0200
xsl if not null
Hi George,

supposing the string you want to test is inside a $href variable:
"substring-after($href, '#')" is the string after the # symbol,
if you want to check if it's a null string you can use the string function:
<xsl:if test="string(substring-after($href, '#'))">...not null...</xsl:if>
<xsl:if test="not(string(substring-after($href, '#')))">...null...</xsl:if>

HTH,
Anton Triest


Eldho George wrote:
> 
> Hai all
> How can I check the string is null or not using xslt.I am new in xsl Please
> help me
> <a href="#">
> </a>
> I want  to check whether any string present after # symbol.
> 
> <xsl:if test="substring('#',2)//here I have to check for null//>
> </xsl:if>
> 
> I would like to know the output of substring('#',2)

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.