History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: OQ-139
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dick Anderson
Reporter: Dick Anderson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenQuote

Case conversion in rules

Created: 06/May/09 07:28 AM   Updated: 06/May/09 07:37 AM
Component/s: openquote
Affects Version/s: 1.1
Fix Version/s: 1.1


 Description  « Hide
It would be useful to be able to perform case conversion on strings from with rules. Typically, the values of attributes within the quote object are in the case entered by the user.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Dick Anderson - 06/May/09 07:37 AM
Added two new xpath functions to com.ail.openquote.Functions.

These can be invoke from an xpath as
  m:toUpperCase(xpath)
  m:toLowerCase(xpath)