XSL and ISO8601 date/time
Posted: Tue Jun 21, 2016 12:24 am
This is a small collection of handling ISO8601 date/time/duration values with XML Stylesheets (XSLT).
Useful links:
Useful links:
what we do? everything.
http://das-werkstatt.com/forum/werkstatt/
http://das-werkstatt.com/forum/werkstatt/viewtopic.php?f=24&t=2337
Code: Select all
<xsl:value-of select="concat('PT', /Video/Duration, 'S')"/>