Subject: Re: [xsl] test if null From: Mukul Gandhi <mukul_gandhi@xxxxxxxxx> Date: Mon, 27 Jun 2005 20:43:56 -0700 (PDT) |
Do you want to check for a particular value? For this, you may do <xsl:template match="EMPTYNODE"> <xsl:if test=". = n"> <!-- do some thing --> </xsl:if> </xsl:template> Regards, Mukul --- -= jay =- <deepsweech@xxxxxxxxx> wrote: > i tried this one and still its not working. > > my node would be either > <EMPTYNODE /> if empty > and > <EMPTYNODE>XXXXXX</EMPTYNODE> if not empty > > now im checking if there is a value or not. > thanks > > On 6/27/05, Mukul Gandhi <mukul_gandhi@xxxxxxxxx> > wrote: > > I would do <xsl:if test="not(EMPTYNODE/node())"> , > or > > as David has written .. > > > > Regards, > > Mukul > > > > --- -= jay =- <deepsweech@xxxxxxxxx> wrote: > > > > > Hi guys, > > > > > > How would i test if a node is null? > > > like i have this empty node <EMPTYNODE /> > > > <xsl:when test="EMPTYNODE[.!= '']"> > > > > > > is not working. > > > > > > -- > > > *-::jay::-* > > > > > > > > > > > > > > > > > ____________________________________________________ > > Yahoo! Sports > > Rekindle the Rivalries. Sign up for Fantasy > Football > > http://football.fantasysports.yahoo.com > > > > > > > -- > *-::jay::-* > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] test if null, -= jay =- | Thread | Re: [xsl] test if null, Mukul Gandhi |
Re: [xsl] DFDL - Data Format Descri, Wendell Piez | Date | Re: [xsl] test if null, Mukul Gandhi |
Month |