on 2019 Jan 17 10:51 AM
Hi,
Now one XML sent by pco to MII transaction ,its content is as below :
[Transaction: 758] UserEvent : Input:<?xml version='1.0' encoding='UTF-8'?><NotificationMessage><Header><Name>NOT2</Name><Description><![CDATA[]]></Description><Destination>mii2</Destination><CreatedDate>2019-01-17T08:16:03</CreatedDate><ID>5a74e127-9a45-492a-be5b-50eb894b19f7</ID><Status>Delivered</Status></Header><Body><Values><Output0 type="xsd.short" quality="Good" timeStamp="2019-01-17T08:16:03.7401799Z"><![CDATA[138]]></Output0><Output1 type="xsd:boolean" quality="Good" timeStamp="2019-01-17T08:15:55.6437657Z"><![CDATA[1]]></Output1></Values></Body><Faults /></NotificationMessage>,,1.2. RETMess:
Now I want to get the property 'timeStamp' of node 'Output0', how can i achieve that?
Ivan
Request clarification before answering.
The link editor is based on Xpath so you could use the @ symbol to read a node attribute.
Transaction.Input{/NotificationMessage/Body/Values/Output0/@timeStamp}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.