Question
Thread display: Collapse - |
All Answers
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
How do I check if a time field is within 5 seconds of another in XSL?
<xsl:template match="DATA">
<xsl:apply-templates select=" SWOR/SWOL[TSTAMP = $exportdatetime and CMPRDT]"/>
<xsl:call-template name="trailer"/>
</xsl:template>
If anyone has a solution to this I would love to know about it.
Thanks
Simon