substring-after not working
Brought to you by:
ajaxforms
I couldn't get substring-after to work, neither in Firefox, nor ie.
Your own example doesn't work:
http://ajaxforms.sourceforge.net/samples/xpath.html#
Click String
The result of substring-after('ajaxforms', 'aja') should be "xforms" but it outputs ajaxforms.
I had a quick look at the code but couldn't figure out the problem immediately. As substring-before is working like a charm I guess the solution is nearby.
Fixed in XSLTForms (http://www.agencexml.com/xsltforms/)