xsl-list
[Top] [All Lists]

EXSLT for MSXML4 (Was: Re: [xsl] Substrings)

2005-05-30 13:54:54
There is an implementation of EXSLT for MSXML4, which consists of the
common:node-set() function and all functions from the "set" module:

     common:node-set() 
     set:intersection() 
     set:difference() 
     set:distinct() 
     set:leading() 
     set:trailing() 
     set:has-same-node() 

It can be downloaded at:

   http://www.sourceforge.net/projects.fxsl


For more information see:

    http://www.xml.com/pub/a/2003/08/06/exslt.html


Cheers,
Dimitre Novatchev


On 5/31/05, Karl Stubsjoen <kstubs(_at_)gmail(_dot_)com> wrote:
Sorry, I should clarify:  I'm not coding in .NET, but classic VB and VBA.
Thanks for the Google tip.

On 5/30/05, Michael Kay <mike(_at_)saxonica(_dot_)com> wrote:

To "tokenize" is that to say I am going to split the string up by
spaces, or other delimiters?  So then, I could recursively call a
template which returns a value of nothing but passes back the
substring value of supplied string after each space until which time I
find an @ at this point I stop recursing and pass back the value.  (i
think that makes sense, and I think I can write that!)

Yes, please just google for "XSLT tokenize"

I am using XSLT 1 with microsoft's msxml parser so exslt is
not available to me.

Not so: see
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxml/html/
practexslt.asp

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



On 5/30/05, Michael Kay <mike(_at_)saxonica(_dot_)com> wrote:
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>
--~--



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





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



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



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