• Hi,

    How can i get the below format, I need to add a Header, Footer to the existing XML .

    <Reports>

    <Header>

    <PrintedDate>23/01/2001</PrintedDate>

    <PrintedBy>XYZ </PrintedBy>

    </Header>

    <Footer>

    <DocumentPreparedBy>ABC</DocumentPreparedBy>

    </Footer>

    <Report>

    <Name>123</Name>

    <UserName></UserName>

    <Remarks></Remarks>

    <IPAddress>0.0.0.0</IPAddress>

    <DateCreated>2016-02-24T18:32:11.803</DateCreated>

    <AppID>BOS</AppID>

    <AppVersion>0.0.3.0</AppVersion>

    <LastLoggedin>2016-06-23T16:04:07.167</LastLoggedin>

    </Report>

    </Reports>