Re: tokenize() not supported
Victor <[email protected]>
| Newsgroups | gmane.text.xml.xslt.extensions |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: >>[mailto:[email protected]] On Behalf Of Victor >>I am having trouble using the tokenize function: >>- Neither Mozilla, IE, XMLSpy, or Java servlets seem to support the >>EXSLT function by default >>- I would very much like to use this function without having >>to make a >>parser-specific solution > > If you can, don't use the function implementation. Use the named template > implementation which is XSLT processor independent, I believe. It may not > be as convenient, but it will work just as well. I tried using it, but somehow the result of the tokenize template doesn't contain the <token> tags, so trying to match the tokenized string agains <token>keyword</token> doesn't work. Why does this happen, and how do I avoid it? -- Victor