Skip to Content
0
Dec 30, 2022 at 04:05 PM

XSLT_TOOL - Include Tag with Variable

138 Views

Hi!

By TCODE: XSLT_TOOL , I need create the tag bellow.

<ShipNoticeHeader deliveryDate="2022-12-06T08:00:00-07:00" shipmentDate="2022-12-06T08:00:00-07:00" noticeDate="2022-12-06T14:11:06-07:00" operation="new" shipmentID="0001">

Considering the information as variables "2022-12-06T08:00:00-07:00","2022-12-06T08:00:00-07:00","2022-12-06T14:11:06-07:00","new" and "0001"

How do I do?

Thanks!