AW: [xsl] dates in schema

Subject: AW: [xsl] dates in schema
From: "Szabo, Patrick \(LNG-VIE\)" <patrick.szabo@xxxxxxxxxxxxx>
Date: Mon, 5 Sep 2011 11:38:12 +0200
We have a xml-schema validation running here and i think in xml-schema
current-date() is not avaiable is it ?!


. . . . . . . . . . . . . . . . . . . . . . . . . .
Ing. Patrick Szabo
 XSLT Developer
LexisNexis
Marxergasse 25, 1030 Wien

mailto:patrick.szabo@xxxxxxxxxxxxx
Tel.: 00431 534521573
Fax: +43 (1) 534 52 - 146


-----UrsprC<ngliche Nachricht-----

Von: Andrew Welch [mailto:andrew.j.welch@xxxxxxxxx]
Gesendet: Montag, 05. September 2011 11:35
An: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Betreff: Re: [xsl] dates in schema

On 5 September 2011 08:42, Szabo, Patrick (LNG-VIE)
<patrick.szabo@xxxxxxxxxxxxx> wrote:
> Hi,
>
> We jave am attribut that holds a date.
> Now i would like to check if that date is in the future.

You can use > and < to compare an xs:date with the current-date() or
current-dateTime()... but just be aware that those functions will
return the same value throughout the life of the transform.

> Is that possible in schema ?!

schema?



--
Andrew Welch
http://andrewjwelch.com

Current Thread