Search found 1 match
- Thu Oct 22, 2015 1:17 pm
- Forum: XSLT and FOP
- Topic: XSL concatenation with nested if conditions
- Replies: 0
- Views: 1511
XSL concatenation with nested if conditions
I have following xml <string1>Y</string1> <string2>aaabbbcccddd</string2> <string3>I have to concatentate this</string3> <string4>string4</string4> I have to concatenate those four elements as follows. If flag Y exists for string1 then hard code 'Flag Y exists' + string2 (if exists) + string3 + stri...