Click here to Skip to main content
15,916,945 members
Home / Discussions / C#
   

C#

 
Questionvisual studio 2005 using C#.Net Pin
Sri harini6-Feb-07 16:09
Sri harini6-Feb-07 16:09 
AnswerRe: visual studio 2005 using C#.Net Pin
Stefan Troschuetz6-Feb-07 21:45
Stefan Troschuetz6-Feb-07 21:45 
AnswerRe: visual studio 2005 using C#.Net Pin
Luc Pattyn6-Feb-07 22:56
sitebuilderLuc Pattyn6-Feb-07 22:56 
QuestionMac Address Pin
Sri harini6-Feb-07 16:03
Sri harini6-Feb-07 16:03 
AnswerRe: Mac Address Pin
cofst30-Oct-09 2:17
cofst30-Oct-09 2:17 
QuestionUnselectable menu Item Pin
Khoramdin6-Feb-07 15:42
Khoramdin6-Feb-07 15:42 
AnswerRe: Unselectable menu Item Pin
Ravi Bhavnani6-Feb-07 16:00
professionalRavi Bhavnani6-Feb-07 16:00 
QuestionHELP: how to select specific node in XML using c# [modified] Pin
drifters6-Feb-07 14:46
drifters6-Feb-07 14:46 
Hi, this is follow up to my question earlier.
I've managed to select <entry> nodes with title"summary" using Xpath and would like to retrieve the attribute of <link href="XXX_SUMMARY.xml" />. The format of the XML is actually an atom feed format. Any advice pls. I'm at my wits end. Thanks.

<entry>
<title>Summary</title>
<link href="XXX_SUMMARY.xml" />
<category term="Route" scheme="137" />
<category term="TimeStamp" scheme="20070201101319852" />
<author>
<name>XXX</name>
</author>
<id>XXX_SUMMARY.xml</id>
<published>2007-02-01T02:13:19Z</published>
<summary type="text">EVENT_SUMMARY</summary>
</entry>
<entry>
<title>Report</title>
<link href="XXX_REPORT.xml" />
<category term="Route" scheme="9" />
<category term="TimeStamp" scheme="20070201100628191" />
<author>
<name>XXX</name>



-- modified at 20:56 Tuesday 6th February, 2007
AnswerRe: HELP: how to select specific node in XML using c# Pin
gauthee6-Feb-07 20:32
gauthee6-Feb-07 20:32 
GeneralRe: HELP: how to select specific node in XML using c# Pin
drifters6-Feb-07 21:55
drifters6-Feb-07 21:55 
AnswerRe: HELP: how to select specific node in XML using c# Pin
Stefan Troschuetz6-Feb-07 21:54
Stefan Troschuetz6-Feb-07 21:54 
GeneralRe: HELP: how to select specific node in XML using c# Pin
drifters7-Feb-07 13:53
drifters7-Feb-07 13:53 
QuestionC# and database Pin
edel_ong6-Feb-07 14:39
edel_ong6-Feb-07 14:39 
AnswerRe: C# and database Pin
jack_claudine6-Feb-07 14:45
jack_claudine6-Feb-07 14:45 
AnswerRe: C# and database Pin
Ravi Bhavnani6-Feb-07 14:51
professionalRavi Bhavnani6-Feb-07 14:51 
AnswerRe: C# and database Pin
Aaron VanWieren6-Feb-07 17:01
Aaron VanWieren6-Feb-07 17:01 
AnswerRe: C# and database Pin
Paul Groetzner8-May-07 6:24
Paul Groetzner8-May-07 6:24 
QuestionWhere's ListView.SelectedItem?! Pin
Lord Kixdemp6-Feb-07 14:16
Lord Kixdemp6-Feb-07 14:16 
AnswerRe: Where's ListView.SelectedItem?! Pin
jack_claudine6-Feb-07 14:50
jack_claudine6-Feb-07 14:50 
AnswerRe: Where's ListView.SelectedItem?! Pin
Ravi Bhavnani6-Feb-07 14:54
professionalRavi Bhavnani6-Feb-07 14:54 
GeneralRe: Where's ListView.SelectedItem?! Pin
jack_claudine6-Feb-07 15:01
jack_claudine6-Feb-07 15:01 
GeneralRe: Where's ListView.SelectedItem?! Pin
Lord Kixdemp6-Feb-07 15:04
Lord Kixdemp6-Feb-07 15:04 
GeneralRe: Where's ListView.SelectedItem?! Pin
jack_claudine6-Feb-07 15:09
jack_claudine6-Feb-07 15:09 
GeneralRe: Where's ListView.SelectedItem?! Pin
jack_claudine6-Feb-07 15:12
jack_claudine6-Feb-07 15:12 
GeneralRe: Where's ListView.SelectedItem?! Pin
Lord Kixdemp8-Feb-07 12:07
Lord Kixdemp8-Feb-07 12:07 

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.