XML Syntax when Using Colon (:), in Tags

wardjj

New Member
I am working on a mobile application and have to read a xml feed and parse the information. There it has a special tag as this \[code\]<dc:creator> Jonethon Owens </dc:creator>\[/code\] In C# I am using LINQ to XML and don't know how to exactly deal with this type of a tag to parse and get the information.If someone can explain how to achieve this, really appreciated. Thanks in Advance
 
Top