It may also be possible to write (or use the one available from, http://www.exslt.org/str/index.html -- try downloading str.tokenize.zip and importing into your stylesheet) a pure XSLT 1.0 implementation of tokenize(..),
in which case one doesn't have to depend on an extension implementation (in this case tokenize(..)) provided by the XSLT engine. On Wed, Apr 27, 2011 at 12:50 AM, <shath...@e-z.net> wrote: > If you are using Xalan-C (v1.10) or (v1.11) you will need > to write your own XPath function and bind it to a custom > namespace (see the str: prefix) during xalan Transformer setup. > > I have written several custom sets of XPath extensions with > Xalan-C for my projects. Beware that any such extensions > ARE NOT portable to commercial XML development design studios. > > If you are extending Xalan-J, then you have a chance of porting > your (.jar) files to some commercial development studios. > > I, however, do not use Java - our legacy platforms are C with > limited C++. > > Sincerely, > Steven J. Hathaway -- Regards, Mukul Gandhi --------------------------------------------------------------------- To unsubscribe, e-mail: xalan-dev-unsubscr...@xml.apache.org For additional commands, e-mail: xalan-dev-h...@xml.apache.org