Tagged Questions

1
vote
1answer
29 views

Load repetitively-named XML nodes using Linq [C#]

Hello, I'm working on a program that needs to be able to load object-properties from an XML file. These properties are configurable by the user and XML makes sense to me to use. …
1
vote
6answers
70 views

Linq select a range between letters, eg. a-e

Hi there, I want to create a list out of an xml file where only values between two letters are displayed. For example, only show matching records where the first character of the …
1
vote
2answers
18 views

Proper usage of xml file-based storage as database alternative in ASP.NET site

I'm building a small application and to reduce hosting costs and dependencies, I am planning to store all persistent data to xml files rather than a Sql Server database. In this …
0
votes
1answer
16 views

Updating Linq to XML element values concatination issues

I am trying to write a app.config / web.config error correcting app that will audit our developers applications for incorrect environment settings. I am using Linq to XML to accom …
0
votes
0answers
27 views

Know any more complex Linq-to-XML application?

do you know any sample or real application whose data are beyond simple entities? I need something complex, more or less a mirror of a relational database into xml. Making sharper …
0
votes
1answer
39 views

Linq to XML, only take elements that have a certain child element

I would like to ask a follow up question to an oldie (but goodie) Reading the list of References from csproj files (though I am not the author of that question). In my parsing of …
3
votes
5answers
51 views

How to use linq2Xml without the possibility of a null exception?

I wrote this simple linq-to-xml query and it seems that null exception could not be avoided using the the linq syntax. Am I using it wrong? What should be the right (and short) Lin …
0
votes
1answer
11 views

XML Update Nodes using Linq

I have a xml file with following entries, I want to update. I have gone through other related questions but not solving my issue. <Movie> <Name>21</Name> …
1
vote
2answers
47 views

C# - Linq to XML

Where can i get more examples on Linq to Xml?
2
votes
2answers
22 views

Filtering database records by xml column content using linq-to-sql and xlinq

Hi I need to select rows from database table using filtering by xml-type column. table looks like (short version) id dbfield int xmlfield xml and i'm filtering it in this way …
3
votes
2answers
29 views

traverse every element in xml tree using linq to xml

I would like to traverse every element and attribute in an xml and grab the name an value without knowing the names of the elements in advance. I even have a book on linq to xml w …
1
vote
2answers
23 views

Linq to Xml and Namespace prefixes

I am working with Linq to Xml to manipulate openXml documents. More precisely I am trying to read and write to the documents custom properties. I am currently having a problem ap …
0
votes
1answer
15 views

XML Serialization vs LINQ to XML

Hi, I have few questions on XML serialization and LINQ to XML. When do we use XML Serialization and LINQ to XML? Please specify the kind of situations or scenarios to use XML Se …
1
vote
3answers
25 views

Is LINQ to XML’s XElement ordered?

When I use LINQ to XML, is the order of the elements and attributes written out to text guaranteed to be the same order as how I added the XElement and XAttribute objects? Similar …
0
votes
1answer
28 views

Reading RSS feed with Linq-to-XML and C# - how to decode CDATA section?

Hi there, I am trying to read an RSS feed using C# and Linq to XML. The feed is encoded in utf-8 (see http://pc03224.kr.hsnr.de/infosys/feed/) and reading it out generally works f …

1 2 3 4 5 21 next
15 30 50 per page