C# How read xml, XML Syntax when Using Colon (:), in Tags
c# How read xml, XML Syntax when Using Colon (:) in Tagsi want to read this
example:
<?xml version="1.0" encoding="utf-8"?>
<feed xml:base="https://online.marorka.com/ODataService.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<id>https://online.marorka.com/Odataservice.svc/Ships</id>
<title type="text">Ships</title>
<updated>2014-12-15T06:27:45Z</updated>
<link rel="self" title="Ships" href="Ships" />
<entry>
<id>https://online.marorka.com/ODataService.svc/Ships(599)</id>
<category term="Portal_Dev_TestDbModel.Ship" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" title="Ship" href="Ships(599)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Company" type="application/atom+xml;type=entry" title="Company" href="Ships(599)/Company" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ShipPivots" type="application/atom+xml;type=feed" title="ShipPivots" href="Ships(599)/ShipPivots" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Voyages" type="application/atom+xml;type=feed" title="Voyages" href="Ships(599)/Voyages" />
<title />
<updated>2014-12-15T06:27:45Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:Id m:type="Edm.Int32">599</d:Id>
<d:Name>Jag Lok</d:Name>
<d:CompanyId m:type="Edm.Int32">80</d:CompanyId>
<d:SerieId m:type="Edm.Int32" m:null="true" />
<d:CargoId m:type="Edm.Int32">2</d:CargoId>
<d:OnboardDatabaseVersion>3.5.1</d:OnboardDatabaseVersion>
<d:OnboardBinaryVersion>3.5.1.11954</d:OnboardBinaryVersion>
</m:properties>
</content>
</entry>
</feed>