[xsl] Regular Expressions

Subject: [xsl] Regular Expressions
From: Dennis <maillistboxes@xxxxxxxxx>
Date: Mon, 13 Jan 2003 04:50:53 -0800 (PST)
Hi All,

Is there any way to solve the regular expressions
using XSL. Say if I want to check the equality of
third character of the second word, which is present
in XML tag then how I test it???

Expression would be something like this.
MyTag[2]{3} == 'C'

<MyTag>
A Character Stream
</MyTag>

This is not only to solve this problem but many more
expressions that are used in Sed/AWK

Any pointer will help a lot.

Thanks
Dennis

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread