xsl-list
[Top] [All Lists]

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

2012-11-20 12:33:00
On 20/11/2012 17:55, An OldBloke wrote:
character 8 in regular expression "(\d{2})\/(\d{2})\/(\d{4})
(\d{...": invalid escape sequence

as it says in the error message

character 8 in regular expression "(\d{2})\/(\d{2})\/(\d{4}) (\d{...":
invalid escape sequence

should be / not \/ / isnt a special character in regex there is no \/
escape sequence.

David




--~------------------------------------------------------------------
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>
--~--