RE: [xsl] Special Character in XSL Expression.

Subject: RE: [xsl] Special Character in XSL Expression.
From: "Avula, Raj" <RAvula@xxxxxxxxxxx>
Date: Thu, 31 Jan 2002 10:17:27 -0800
Mike,
	Thanks for the reply. I am looking for the second one.
It worked for me

--Raj..

> -----Original Message-----
> From:	Michael Kay [SMTP:michael.h.kay@xxxxxxxxxxxx]
> Sent:	Thursday, January 31, 2002 2:06 AM
> To:	xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:	RE: [xsl] Special Character in XSL Expression.
> 
> > Then I want to check whether content is presetn in ""
> >
> > <xsl:if test="value=""">
> >
> > How can I handle this?
> 
> I'm not clear exactly what you want to test. To test whether value is an
> empty string, use
> 
>   test="value=''"
> 
> To test if value is the string consisting of two double quotation marks,
> use
> 
>   test="value='&quot;&quot;'"
> 
> Mike Kay
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 

"MMS <firstam.com>" made the following
 annotations on 01/31/02 10:18:52
------------------------------------------------------------------------------
"THIS E-MAIL MESSAGE AND ANY FILES TRANSMITTED HEREWITH, ARE INTENDED SOLELY FOR THE USE OF THE INDIVIDUAL(S) ADDRESSED AND MAY CONTAIN CONFIDENTIAL, PROPRIETARY OR PRIVILEGED INFORMATION.  IF YOU ARE NOT THE ADDRESSEE INDICATED IN THIS MESSAGE (OR RESPONSIBLE FOR DELIVERY OF THIS MESSAGE TO SUCH PERSON) YOU MAY NOT REVIEW, USE, DISCLOSE OR DISTRIBUTE THIS MESSAGE OR ANY FILES TRANSMITTED HEREWITH.  IF YOU RECEIVE THIS MESSAGE IN ERROR, PLEASE CONTACT THE SENDER BY REPLY E-MAIL AND DELETE THIS MESSAGE AND ALL COPIES OF IT FROM YOUR SYSTEM."

==============================================================================


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread