stand on the shoulders of giants
摘要: If your XML file has xmlns, you may be run into problem when get some XML data with LINQ. How to fix this? 1. prepend the namespace XNamespace ns = doc.Root.Name.Namespace; var cars2 = from d in doc... 阅读全文
posted @ 2010-06-29 16:36 DylanWind 阅读(303) 评论(0) 推荐(0) 编辑