linq-to-xml
LINQ to XML C# get root element attribute
Lts say i have XElement object doc开发者_如何学编程: <parameters mode=\"solve\"> <inputs>[详细]
2023-03-28 13:55 分类:问答LINQ to XML in C# where clause
I`ve got a piece in xml: <result index=\"0\" status=\"0\"> <test field=\"aaa\">value_a</test>[详细]
2023-03-28 11:40 分类:问答In what cases should I use XML as database?
I\'m using right now, Access like 开发者_如何学运维my database gestor, but I realized that it\'s so slow in my application (I have no idea if the problem is Access or the data).[详细]
2023-03-28 08:01 分类:问答Parse xml in c# : combine xmlreader and linq to xml
I have to parse large XML file in C#. I use LINQ-to-XML. I have a structure like <root> <node></node>[详细]
2023-03-27 16:43 分类:问答How to remove xmlns attribute from XDocument?
In my C# codebase, I have an XDocument of the form: <A> <B> <C xmlns=\'blabla\' yz=\'blablaaa\'> Hi </C>[详细]
2023-03-27 12:28 分类:问答System.Xml.Linq Namespace
I have been given the task of calling a web service which returns an xml data feed which I am doing like so;[详细]
2023-03-27 01:58 分类:问答Is there a way to set the default namespace to query from an XDocument?
I don\'t want to include xmlns + \"ElementName\" for every element name? XDocument xml = XDocument.Load(@\"C:\\file.xml\");[详细]
2023-03-27 01:35 分类:问答How to check for null attributes in LinqToXML expressions?
I have a LinqToXML expression where I am trying to select distinct names based on similar attributes.The cod开发者_Python百科e is working great and I\'ve put it below:[详细]
2023-03-26 12:19 分类:问答Linq To XML, yield and others
I was wondering if there\'s a .NET library or a 3rd party tool for executing Entity Framework like LINQ queries on XML Documents. I know there\'s already LINQ to XML which allows you to execute querie[详细]
2023-03-26 08:15 分类:问答System.NotSupportedException XDocument.Save
I have an XML file within a Silverlight application that contains application settings and will be edited during runtime.So far I have been able to deserialize into the application fine, but cannot sa[详细]
2023-03-26 05:17 分类:问答