XSL pattern

webmasterbeta

New Member
Hi everybody,I have to build an xsl pattern to compare some dates.The problem is thatin my xml file, the date element contains the date and time stamp("9/1/20003:34:06 PM")and due to this fact, i cannot use date function to compare datesbut i can do string comparison which doesnt always work the right way. Isthere any way i can do some string manipulation within the xsl pattern toextract only the date part?Thank you,Vlad
 
Back
Top