You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/01/30 07:52:49 UTC

DO NOT REPLY [Bug 16582] New: - tokenize(tokenize-string, delimiters)

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: xalan-dev@xml.apache.org
        ReportedBy: dossier@hitel.net


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>