Hello,
I have a xml file which has 106 books..
I xsl tranformed it and here:
<xsl:value-of select=" bioghist/bioghist/chronlist/chronitem/date"/>
is the date every book was created with that format: ddmmyyyy
how can i add slashes? and make it like that dd/mm/yyyy ??
thanks in advance :)