I've managed to get some data from the file and hope this will suffice. It includes the XML header and one line of data. The actual file will have anywhere from 50-75 similar lines od data.
<?xml version="1.0" encoding="UTF-8"?>
-<AssignmentItems xmlns:schemaLocation="http://www.website.net/datafeed_assignments.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.website.net" total="87">
-<Assignment>
<Id>166757488</Id>
<Status>Ready</Status>
<Location>RJAH</Location>
<From>RJAH</From>
<Destination>RKNW</Destination>
<Assignment>Restricted</Assignment>
<Amount>5</Amount>
<Units>Units</Units>
<ExpireDateTime>2014-03-05 12:34:59</ExpireDateTime>
<Locked>CG</Locked>
<Comment>Some Comment</Comment>
</Assignment>
</AssignmentItems>
Bookmarks