avevo trovato:
ecodice:xmlDoc.SelectNodes("/DateExpire[number(translate(substring(.,1,10),'-','')) > 20021212]")
son validi?codice:... <xsl:call-template name="DATE"> <xsl:with-param name="this-date" select="DTSTART/value"/> </xsl:call-template> ... <xsl:template name="DATE"> <xsl:param name="this-date"/> <xsl:call-template name="dt:format-date-time"> <xsl:with-param name="year" select='substring($this-date, 1, 4)' /> <xsl:with-param name="month" select='substring($this-date, 5, 2)'/> <xsl:with-param name="day" select='substring($this-date, 7, 2)'/> <xsl:with-param name="hour" select='substring($this-date, 10, 2)'/> <xsl:with-param name="minute" select='substring($this-date, 12, 2)'/> <xsl:with-param name="second" select='substring($this-date, 14, 2)'/> <xsl:with-param name="time-zone"></xsl:with-param> <xsl:with-param name="format" select="'%Y-%m-%dT %H:%M:%S'" /> </xsl:call-template> </xsl:template>
come li applico?

Rispondi quotando
