DO NOT REPLY [Bug 48556] xpath function which name has "-" is not supported in xpath assertion

[email protected]
Newsgroups gmane.comp.jakarta.jmeter.devel
Message-ID <[email protected]>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48556

Sebb <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #3 from Sebb <[email protected]> 2010-01-21 08:41:11 UTC ---
I asked on the Xalan-J user list and got this reply:

"Xalan-J is an XSLT 1.0/XPath 1.0 processor, and these language
versions do not have a lower-function function.

However, you could implement lower-case functionality in XSLT
1.0/XPath 1.0 with "translate" function.

Here's an example for a lower-case conversion:
translate($inputStr, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
'abcdefghijklmnopqrstuvwxyz')"

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.