[Home] [By Thread] [By Date] [Recent Entries]
> I would like to select all names that have initials not seperated by > a space. Such as: > > A.A. Peters > You mean, all strings containing a dot followed immediately by a capital letter? Then try: test="contains(translate($s, 'ABCDE...Z', 'A'), '.A')" Mike Kay XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



