on ‎2016 Dec 01 10:20 PM
Hi All,
I have a 3rd party XSD Document from which i created an ABAP Structure which i then converted into a XML Document which looks like this:
<employees>
<employee>
<name> Test </name>
<employee>
</employees>
Now, My employee structure has following fields:
ID, NAME
I want to include ID as an attribute to the Employee Node. How to achieve this
<employees>
<employee id: '121231321'>
<name> Test </name>
<employee>
</employees>
How to add 'id' as an attribute in a XML Node
Request clarification before answering.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.