xsl-list
[Top] [All Lists]

Re: [xsl] Basic template matching issues - I think?

2012-11-20 06:34:06
                <xsl:value-of select="concat(string(number(regex-group(3))), 
'-',
                                 string(number(regex-group(2))), '-',
                                 string(number(regex-group(1))), 'T',
                                 format-number(regex-group(4), '00'), ':',
                                 regex-group(5), ':',
                                 regex-group(6) />

missing closing "




-- 
Andrew Welch
http://andrewjwelch.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--