Click here to Skip to main content
15,887,346 members
Home / Discussions / C#
   

C#

 
QuestionAbout SerialPort Pin
SODMi14-Aug-12 15:18
SODMi14-Aug-12 15:18 
AnswerRe: About SerialPort Pin
Roger Wright14-Aug-12 20:08
professionalRoger Wright14-Aug-12 20:08 
QuestionWeb Scraping XML file Pin
mjackson1114-Aug-12 8:23
mjackson1114-Aug-12 8:23 
AnswerRe: Web Scraping XML file PinPopular
PIEBALDconsult14-Aug-12 9:53
mvePIEBALDconsult14-Aug-12 9:53 
GeneralRe: Web Scraping XML file Pin
Dave Kreskowiak14-Aug-12 18:10
mveDave Kreskowiak14-Aug-12 18:10 
GeneralRe: Web Scraping XML file Pin
PIEBALDconsult15-Aug-12 3:26
mvePIEBALDconsult15-Aug-12 3:26 
AnswerRe: Web Scraping XML file Pin
Keith Barrow15-Aug-12 2:28
professionalKeith Barrow15-Aug-12 2:28 
AnswerRe: Web Scraping XML file Pin
BobJanova15-Aug-12 3:39
BobJanova15-Aug-12 3:39 
The calculation of the totals is done by the XSD, along with the layout.

You have two options: parse the XML and do the data manipulation that you need yourself (all the primary data is in the XML, i.e. all the information that is displayed can be generated from it), or use a XSD-capable library to turn the XML into HTML and then parse information out of that.

I'd go the first way: read that XML into a DataTable or a List<Generator> (some parsing code will probably be needed though if you set up your objects correctly you should be able to Linq-to-XML-load it), and then do grouping, totalling etc as you require.
AnswerRe: Web Scraping XML file Pin
mjackson1119-Aug-12 7:13
mjackson1119-Aug-12 7:13 
QuestionAccessing Certificates in a windows service Pin
Wolfram Steinke14-Aug-12 2:03
Wolfram Steinke14-Aug-12 2:03 
AnswerRe: Accessing Certificates in a windows service Pin
Eddy Vluggen14-Aug-12 2:24
professionalEddy Vluggen14-Aug-12 2:24 
AnswerRe: Accessing Certificates in a windows service Pin
Bernhard Hiller14-Aug-12 3:04
Bernhard Hiller14-Aug-12 3:04 
Questionhow to prevent a single MDI child form stealing focus from every other mdi child form Pin
jojoba201114-Aug-12 0:56
jojoba201114-Aug-12 0:56 
QuestionRe: how to prevent a single MDI child form stealing focus from every other mdi child form Pin
Eddy Vluggen14-Aug-12 1:20
professionalEddy Vluggen14-Aug-12 1:20 
QuestionRe: how to prevent a single MDI child form stealing focus from every other mdi child form Pin
Shameel14-Aug-12 1:42
professionalShameel14-Aug-12 1:42 
AnswerRe: how to prevent a single MDI child form stealing focus from every other mdi child form Pin
BillWoodruff14-Aug-12 8:13
professionalBillWoodruff14-Aug-12 8:13 
QuestionHow to optimize the stream display ? Pin
yu-jian13-Aug-12 16:29
yu-jian13-Aug-12 16:29 
AnswerRe: How to optimize the stream display ? Pin
Dave Kreskowiak13-Aug-12 17:10
mveDave Kreskowiak13-Aug-12 17:10 
AnswerRe: How to optimize the stream display ? Pin
Pete O'Hanlon13-Aug-12 23:53
mvePete O'Hanlon13-Aug-12 23:53 
GeneralRe: How to optimize the stream display ? Pin
yu-jian14-Aug-12 15:28
yu-jian14-Aug-12 15:28 
GeneralRe: How to optimize the stream display ? Pin
Pete O'Hanlon14-Aug-12 22:46
mvePete O'Hanlon14-Aug-12 22:46 
GeneralRe: How to optimize the stream display ? Pin
yu-jian15-Aug-12 16:16
yu-jian15-Aug-12 16:16 
QuestionConverting database tables using threading Pin
Sridk13-Aug-12 9:39
Sridk13-Aug-12 9:39 
AnswerRe: Converting database tables using threading Pin
Pete O'Hanlon13-Aug-12 10:18
mvePete O'Hanlon13-Aug-12 10:18 
AnswerRe: Converting database tables using threading Pin
Eddy Vluggen13-Aug-12 23:27
professionalEddy Vluggen13-Aug-12 23:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.