Search found 1 match

by kumarkumar
Fri Sep 14, 2018 8:45 am
Forum: XSLT and FOP
Topic: adding and remove element in text node
Replies: 1
Views: 1862

adding and remove element in text node

Hi All, I am new to XSLT and struggling to get my expected output. Here what am expecting: Input 1: <s>xxxx <d>dddd</d> zzzz</s> Output for 1: <p><t>xxxx dddd zzzz</t></p> Input 2 <s>xxxx <f>dddd</f> zzzz</s> Output for 2: <p><t>xxxx </t><t>dddd</t><t> zzzz</t></p> Could you anybody please help with...