Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Clone a xml file and Insert dynamic elements into a particular tag. SAP ABAP

vinaychowdary
Explorer
0 Kudos
268

I am dynamically generating a XML

Now I want these generated fields to be inserted into my template file into a specific element

3 REPLIES 3

Sandra_Rossi
Active Contributor
0 Kudos
178

Many ways to do it: basic string operations (find/replace), SXML, IXML, ST and XSLT transformations, etc.

Ryan-Crosby
Active Contributor
0 Kudos
178

Hmmm... the appearance seems to be more like HTML than XML

Sandra_Rossi
Active Contributor
0 Kudos
178

I would say XHTML rather than HTML. So, the form is XML-compatible.