Hello,
I just started learning XSLT so please bear with me. Is there an easy way to format the date node below to something like "16-09-2007" removing all the extra information? I would need this to sort by date...
<files>
<date>Mon, 16 Sep 2007 17:54:26 +0000</date>
<enclosure file="custom_001.wmv />
</files>
Thanks..
Start Free Trial