This question would be easy to answer if you included the relevant portion of
your XML document. Without that, you are gambling on catching the interest of
the subset of this list's subscribers who are intimately familiar with the XML
format of whatever version of Excel you are using.
--
Charles Knell
cknell(_at_)onebox(_dot_)com - email
-----Original Message-----
From: Oleg Konovalov <olegkon(_at_)gmail(_dot_)com>
Sent: Tue, 28 Feb 2006 14:30:40 -0500
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Complex expression
Hi,
I am trying to modify existing XSL 1.0 code.
Need to check if the type of the Excel cells in specific column Start_Date
is indeed DATE.
Is that syntax correct?
<xsl:if test='not($row/sht:Cell/sht:Name[.="Start_Date"]/@ValueType="DATE")'>
... do something
</xsl:if>
(doesn't seem to work)
Sorry for the newbie question.
Thank you,
Oleg.
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--