Dear All,
Please advice on the following:
i am receiving an input in the below format from an XML message source
<xs:Attribute>Dept=ABC;code=;Dept_Type=;Dept_Owner=;Main=;Dept_Change_Reason=Waiting for Client</xs:Attribute>
i need to stream the data in the following structure :
<xs:Attribute name="Dept">ABC</xs:Attribute>
<xs:Attribute name="Code"></xs:Attribute>
<xs:Attribute name="Dept_Type"></xs:Attribute>
<xs:Attribute name="Dept_Owner">Main</xs:Attribute>
<xs:Attribute name="Dept_Change_Reason">Waiting for Client</xs:Attribute>
Kindly help.
Regards,
Jayant