Application Development and Automation 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: 
Read only

How to create sub node inside a main node

former_member219850
Participant
0 Likes
479

<?xml version="1.0" encoding="UTF-8"?>

-<COLLECTION>

-<Release STATUS="0" TYPE="Unknown" NAME="Release">

-<Transaction>

<TransactionNumber>800001</TransactionNumber>

<ReleaseNumber>800001</ReleaseNumber>

<PrimaryObjectID>OR:wt.change2.WTChangeOrder2:20160063593:534788860-1193866430993-29816902-52-4-16-172@procom-qa1.harman.com</PrimaryObjectID>

<CreatedBy>wcadmin</CreatedBy>

<CreatedDate>2015-08-13 09:03:22 UTC</CreatedDate>

<Locale>en_GB</Locale>

<Destination>1</Destination>

</Transaction>

</Release>

Hi folks,

I am unable to generate release node.

I am getting output as below...

<?xml version="1.0" encoding="utf-8" ?>

- <COLLECTION>

<Release STATUS="0" TYPE="Unknown" NAME="Release" />

- <Transacion>

<TransactionNumber>800001</TransactionNumber>

<ReleaseNumber>800001</ReleaseNumber>

<PrimaryObjectID>OR:wt.change2.WTChangeOrder2:20160063593:534788860-1193866430993-29816902-52-4-16-172@procom-qa1.harman.com</PrimaryObjectID>

<CreatedBy>wcadmin</CreatedBy>

<CreatedDate>2015-08-13 09:03:22 UTC</CreatedDate>

<Locale>en_GB</Locale>

<Destination>1</Destination>

</Transacion>

</COLLECTION>



How can I achieve this,,,


please guide..


Thanks,

Darshan

1 REPLY 1
Read only

former_member219850
Participant
0 Likes
425

please help....