Subject: How to make a struture of XML
Hello, Please give me a advise how to make a structure of the following XML. Thank you very much.
<message type="MonitorRequest" from="username" to="username1">
<body>
<count>1</count>
<typeno>03094940</typeno>
</body>
</message>
<message type="MonitorRequest" from="username" to="username1">
<body>
<count>2</count>
<typeno>03094940</typeno>
<typeno>87434430</typeno>
</body>
</message>
<message type="MonitorRequest" from="username" to="username1">
<body>
<count>5</count>
<typeno>03094940</typeno>
<typeno>87434430</typeno>
<typeno>53094535</typeno>
<typeno>53853478</typeno>
<typeno>45445434</typeno>
</body>
</message>
Michael
<message type="MonitorRequest" from="username" to="username1">
<body>
<count>1</count>
<typeno>03094940</typeno>
</body>
</message>
<message type="MonitorRequest" from="username" to="username1">
<body>
<count>2</count>
<typeno>03094940</typeno>
<typeno>87434430</typeno>
</body>
</message>
<message type="MonitorRequest" from="username" to="username1">
<body>
<count>5</count>
<typeno>03094940</typeno>
<typeno>87434430</typeno>
<typeno>53094535</typeno>
<typeno>53853478</typeno>
<typeno>45445434</typeno>
</body>
</message>
Michael