Hi mpone, the arguments you are capturing are ending up on the outer xslt identifier rather than the nested service request
identifier. if you specify $e1 rather than $1 then this will escape the captured group so that it won''t be parsed by the
outer identifier.
Give this a try:
Cheers,
Tony
Give this a try:
|
<rule>
<match>active:siebelLinks(.*)</match> <to>active:xslt+operator@ffcpl:/links/siebelLinks.xslt+operand@active:allCustomerLinks$e1</to> </rule> |
Cheers,
Tony