XMl output with the closing tags

Archive of postings to DataStageUsers@Oliver.com. This forum intended only as a reference and cannot be posted to.

Moderators: chulett, rschirm

Locked
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

XMl output with the closing tags

Post by admin »

Actually, you don't need a closing tag. The tag you have is a closing one. Whenever you see a tag with a slash right before the ">" sign, it is both an opening and closing tag.

ksurapan@hartfordlife.com wrote:My output is in the following format from the XML writer stage.

TotalPayment: 1241234
1561978
6789999
5634444

Could some let me know how to get it into the following format.

TotalPayment: 1241234
1561978
6789999
563

In summary I need a closing tag of for the Subtotal, if there is
no Balance.

Thanks

Kiran.





*************************************************************************
PRIVILEGED AND CONFIDENTIAL: This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential and/or privileged information. If you are not the intended recipient, any use, copying, disclosure, dissemination or distribution is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this communication and destroy all copies.
*************************************************************************

_______________________________________________
datastage-users mailing list
datastage-users@oliver.com
http://www.oliver.com/mailman/listinfo/datastage-users
_______________________________________________
datastage-users mailing list
datastage-users@oliver.com
http://www.oliver.com/mailman/listinfo/datastage-users
<b>PLEASE READ</b>
Do not contact admin unless you have technical support or account questions. Do not send email or Private Messages about discussion topics to ADMIN. Contact the webmaster concerning abusive or offensive posts.
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

XMl output with the closing tags

Post by admin »

My output is in the following format from the XML writer stage.

TotalPayment: 1241234
1561978
6789999
5634444

Could some let me know how to get it into the following format.

TotalPayment: 1241234
1561978
6789999
563

In summary I need a closing tag of for the Subtotal, if there is
no Balance.

Thanks

Kiran.





*************************************************************************
PRIVILEGED AND CONFIDENTIAL: This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential and/or privileged information. If you are not the intended recipient, any use, copying, disclosure, dissemination or distribution is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this communication and destroy all copies.
*************************************************************************

_______________________________________________
datastage-users mailing list
datastage-users@oliver.com
http://www.oliver.com/mailman/listinfo/datastage-users
<b>PLEASE READ</b>
Do not contact admin unless you have technical support or account questions. Do not send email or Private Messages about discussion topics to ADMIN. Contact the webmaster concerning abusive or offensive posts.
Locked