DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16582>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16582

tokenize(tokenize-string, delimiters)

           Summary: tokenize(tokenize-string, delimiters)
           Product: XalanJ2
           Version: 2.4
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan.xsltc
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I can't create Translet with below XSL style-sheet

<xsl:stylesheet ... xmlns:ext="http://xml.apache.org/xalan"; ...>
...
<xsl:for-each select="ext:tokenize(tokenize-string, delimiters)"> ... </xsl:for-
each>
...
</xsl:stylesheet>

Reply via email to