Hi,
Does anybody know how to do String Operation in the input forms?
We have a requirement to parse a value from one input field and pass a value to other input field dynamically.
1) <input required="true" xpath="@EMP_ID"/> // EMP_ID = es_name; es is countryCode which need to set in other input field
.....
....
..
<container>
2) <input enum="es_marketingName" type="sysenum" xpath="@marketingName"/>
</container>
1) What all the String Operations we can use in input form (Substring) ?
2) How can we pass parsed value from #1 using an expression in second input field in any Attributes?.
If above mentioned is not possible, is there anyway we can acheive using xsl:stylesheet ?
Any help will be much appreciated.
Thanks,
Mrudul
@XSLT @inputform