xsl-list
[Top] [All Lists]

RE: Substrings

2005-05-30 10:35:02
What is the best way to retrieve the email from the following text:


Mr. Joseph Smith Jr. III jsmithjr(_at_)juno(_dot_)com "J Jr."
-or it might be-
Joe jsmithjr(_at_)juno(_dot_)com


Assuming you're using XSLT 1.0, use any of the standard ways of tokenizing a
string (e.g. exslt's str:tokenize(), or a recursive template) and then take
the first token that contains an "@".

Michael Kay
http://www.saxonica.com/



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



<Prev in Thread] Current Thread [Next in Thread>