Hey Stefan, That is very definitely an XSL problem, which is not what this list is for. Now I happen to now some XSL and here's a link to the XPath function reference of W3Schools. Excellent tutorial BTW. http://www.w3schools.com/xpath/xpath_functions.asp. Specifically look at the String functions which you can use to format this date.
Martin > -----Original Message----- > From: Stefan Trcko [mailto:[EMAIL PROTECTED] > Sent: vrijdag 10 oktober 2003 15:45 > To: Tag Libraries Users List > Subject: XSL: formating date > > > 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 > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
