Search found 1 match

by AAS
Wed May 20, 2020 10:35 pm
Forum: XSLT and FOP
Topic: Combine 2 nodes into one in XML using XSLT
Replies: 1
Views: 1520

Combine 2 nodes into one in XML using XSLT

Hello, I am new to XSLT. Tried hard but want help to combine two nodes using XSLT. My XML has complex structure. My Input XML:- <Root id='1'> <Nodes> <Node id="D1"> <name>A1</name> <Nodes> <Node id="D1_B1"> <name>ABC</name> <Nodes> <Node id="D1_B1_BL1"> <name>ABCL</name...