Saxon XSLT 2.0 and RFC 822 date format -


what right way format xs:datetime rfc 822?

you need fn:format-datetime

i think should be:

format-datetime(current-datetime(),                 '[fnn,*-3], [d01] [mnn,*-3] [y0001] [h01]:[m01]:[s01] [z]',                 'en',                 '',                 'us') 

right now, me, output:

thu, 07 oct 2010 21:10:03 -03:00 

Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -