Hello, I'm trying to push some xml over udp to GeoEvent. I am able to get most of the xml coming through. However I'm having issue with a particular tags - GPS & Details.
Now I know they don't have full closing tags. would this be an issue? Equally the tags will not always be populated (like details).
Is there anyway to work with this xml?
The xml sample is here
<?xml version="1.0" encoding="utf-8"?>
<Location xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ReportDateTime="2012-03-22T14:37:46Z" xmlns="http://tempuri.org/XMLSchema.xsd">
<Name>IamNameBoat</Name>
<GPS Latitude="35.6605573" Longitude="-40.8234387" />
<Speed>1</Speed>
<Accuracy>187</Accuracy>
<Details/>
</Location>