Re: Oracle XML parser not supporting tokenize?
Gustav Vella <[email protected]>
| Newsgroups | gmane.text.xml.xslt.extensions |
|---|---|
| Message-ID | <[email protected]> |
I have'nt tried it out myself yet but I just came across the tokenize function in the saxon documentation. http://saxon.sourceforge.net/saxon7.9.1/extensions.html#tokenize. cheers Gustav On Thu, 6 May 2004, Victor wrote: > With regard to my previous message, concerning the tokenize function: > > I have attempted to use the tokenize function of the > http://www.oracle.com/XSL/Transform/java namespace, but the output is > only the XML declaration. No error, no table (which should be there > anyway), no nothing. > > The relevant code is: > <xsl:when > test="ora:tokenize(mpp:ExtendedAttribute/mpp:FieldID[.=188743740]/following-sibling::mpp:Value, > ',') = ora:tokenize($keyword, ',')"> > > , i.e. continue when any of the comma-separated values equals any of the > comma-separated keywords. > > Can anyone tell me why this doesn't work? > > -- "there is no general solution to all this. It's just a mess." -- perlrun(1) manpage