Hello

My XML file looks like this:

<article id="58043" language="sl">
<created>20031003173834</created>
<start>20031003173834</start>
<headline>Title</headline>
<url id="1">url to the document</url>
<author id="1">author</author>
</article>

I have xsl file for formating, but I don't know how to format date <created>
which is in
yyyyMMddHHmmss format to
dd.MM.yyyy HH:mm:ss format.

Best regard,
Stefan

Reply via email to