This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Query string syntax


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]