Re: [xsl] Is there any way to identify the date format ?

Subject: Re: [xsl] Is there any way to identify the date format ?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 9 Jan 2008 14:34:15 GMT
> Is there any other pattern matching set of functions 

there is no cross processor way of specifying extension function
implementations, so whether or not you have access to a function is
totally dependent on the processor you are using which you didn't
reveal.

many processors let you escape to other languages, so in saxon/xalan you
can access java methods (and so java regex) in msxsl you can access
j(ava)script and so javascript regex. etc.

Or of course you can use XSLT 2 which has regex support built in.

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

Current Thread