No announcements
Found 1072598 threads
-
1 Votes
Linq to XML Reading an Element
We would really need to see a well-formed snippet of XML.Answered | 1 Replies | 4514 Views | Created by Solent - Monday, December 6, 2010 2:55 PM | Last reply by Martin Honnen - Monday, December 6, 2010 5:17 PM -
2 Votes
Problems reading elements from XML
The odd looking ellipsis, well that's how LINQ-To-XML works (they're called axis accessors by the way) and of course, per item, you tell it specifically that you ...Answered | 9 Replies | 1115 Views | Created by Fábio Daniel Reis - Thursday, July 24, 2014 5:57 PM | Last reply by Frank L. Smith - Friday, July 25, 2014 6:57 PM -
0 Votes
Read attribute of XML using LINQ or XPATH
You can use the following to read an Xml and then use Linq to Xml 1.Answered | 2 Replies | 2685 Views | Created by MituD - Tuesday, February 28, 2012 8:14 PM | Last reply by Rajesh S V - Wednesday, February 29, 2012 10:37 AM -
0 Votes
VB.Net XML Read element into textbox.
file is corrupt and cannot be read.Answered | 7 Replies | 8004 Views | Created by jimbrown.net - Saturday, May 12, 2012 11:11 PM | Last reply by Mulela - Sunday, September 1, 2013 4:31 AM -
3 Votes
Reading XML using Linq
and then the linq worked.Answered | 3 Replies | 3161 Views | Created by Michelle Zimmer - Thursday, June 28, 2012 8:55 PM | Last reply by Bob Shen - Friday, June 29, 2012 3:28 AM -
0 Votes
Linq to xml with special element tag
This way no LINQ is needed at all.Answered | 8 Replies | 933 Views | Created by tlu - Saturday, September 20, 2014 9:12 PM | Last reply by Kareninstructor - Sunday, September 21, 2014 1:45 AM -
0 Votes
read subnodes from xml existing ina table
http://xmlsql.blogspot.in/2012/02/xml-workshop-26-select-from-xml.htmlAnswered | 2 Replies | 5074 Views | Created by coolram4u - Thursday, September 6, 2012 1:03 PM | Last reply by Born SQL Server - Tuesday, September 11, 2012 10:41 AM -
0 Votes
Reading XML elements and subnodes with linq
http://forums.asp.net/t/1986957.aspx?Answered | 4 Replies | 67 Views | Created by Anonymous - Thursday, May 29, 2014 12:45 AM | Last reply by Anonymous - Thursday, May 29, 2014 6:27 AM -
0 Votes
Problems reading an element of an XML file
I'm trying to read an 'element' (not sure if that's the proper term) in an XML file.Answered | 7 Replies | 1177 Views | Created by Zetar - Sunday, April 21, 2019 1:02 AM | Last reply by Zetar - Sunday, April 21, 2019 6:43 PM -
4 Votes
Need help on reading XML file using Linq to XML
My thanks to Mitja for his (or her) very helpful example - it worked exactly as I needed and helped me understand how 'Linq to XML' works.Answered | 3 Replies | 3000 Views | Created by namwam - Monday, June 25, 2012 10:31 PM | Last reply by namwam - Tuesday, June 26, 2012 6:31 PM -
1 Votes
XML to Linq
= new MemoryStream(UTF8Encoding.Default.GetBytes(string.IsNullOrEmpty(xml) ?Answered | 3 Replies | 1612 Views | Created by Anu Tresa George - Thursday, January 31, 2013 6:15 AM | Last reply by Prashant.Soni - Friday, February 1, 2013 11:15 AM -
0 Votes
xml element name with colon using linqs
by using linq apis.Answered | 3 Replies | 5024 Views | Created by SudheendraRao Bilamkar - Monday, October 24, 2011 6:34 AM | Last reply by Bob Shen - Tuesday, November 1, 2011 3:06 AM -
2 Votes
Read XML Tag values using C# LINQ
Again, it has <DocFileList> element.Answered | 12 Replies | 26746 Views | Created by Alex Cardo - Saturday, May 25, 2013 12:23 PM | Last reply by Fernando Soto - MCSD - Monday, June 24, 2013 5:22 PM -
2 Votes
Get value of element of element with Linq
Thanks, I found the solution while reading that article.Answered | 3 Replies | 669 Views | Created by Willy-Billy - Wednesday, April 29, 2015 7:04 PM | Last reply by Frank L. Smith - Wednesday, April 29, 2015 7:46 PM -
0 Votes
Querring XML Tree with linq
If you would provide a snippet of your "real" XML and not the "fake" one you provided in your initial message, we may be able to provide better ...Answered | 4 Replies | 3317 Views | Created by Sheen Ismhael Lim - Thursday, April 29, 2010 10:44 PM | Last reply by DeborahK - Friday, April 30, 2010 3:01 PM -
6 Votes
LINQ to XML get single element value
I can go for XPath rather than LINQ?Answered | 9 Replies | 49015 Views | Created by .NETVinodh - Friday, July 27, 2012 1:56 PM | Last reply by Louis.fr - Wednesday, August 1, 2012 12:35 PM -
1 Votes
LINQ/XML Reading First Entry
Hi Mike, Please try the following code to read the second line from your XML file.Answered | 5 Replies | 2964 Views | Created by Mike Wickens - Monday, April 12, 2010 5:58 PM | Last reply by Alex Liang - Friday, April 16, 2010 6:26 AM -
0 Votes
Help with LINQ to XML
/entrydata[@name = 'FullName']/text").Value); } then the SelectSingleNode access the sibling entrydata element of the grandparent of the text element.Answered | 10 Replies | 4238 Views | Created by Silversea - Monday, August 3, 2009 7:56 PM | Last reply by Silversea - Wednesday, August 5, 2009 6:43 PM -
1 Votes
How to Add Elements One at a Time Using Linq to XML
So it was suggested that I use Linq to XML instead to speed up the process.Answered | 10 Replies | 630 Views | Created by LarryS10 - Saturday, January 2, 2016 9:06 PM | Last reply by dbasnett - Monday, January 4, 2016 6:14 PM -
4 Votes
Reading XML Elements along with Element ID
Actually i need to generate id for Element A (not F) I think following Example is more clear, what i need.Answered | 9 Replies | 10033 Views | Created by Zubair Khalid - Thursday, May 14, 2009 9:07 AM | Last reply by Zubair Khalid - Friday, May 15, 2009 1:01 PM - Items 1 to 20 of 1072598 Next ›
No announcements