Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
GeneralRe: Button Pin
J. Dunlap23-Oct-03 14:12
J. Dunlap23-Oct-03 14:12 
GeneralRe: Button Pin
Gary Kirkham24-Oct-03 3:14
Gary Kirkham24-Oct-03 3:14 
GeneralTransparency Pin
Den2Fly23-Oct-03 10:00
Den2Fly23-Oct-03 10:00 
GeneralRe: Transparency Pin
Jeremy Kimball24-Oct-03 5:24
Jeremy Kimball24-Oct-03 5:24 
GeneralRe: Transparency Pin
Den2Fly24-Oct-03 7:28
Den2Fly24-Oct-03 7:28 
GeneralSimple XPath Question Pin
antoine@orchus-tech23-Oct-03 9:55
antoine@orchus-tech23-Oct-03 9:55 
GeneralRe: Simple XPath Question Pin
Christian Graus23-Oct-03 11:40
protectorChristian Graus23-Oct-03 11:40 
GeneralRe: Simple XPath Question Pin
Tomas Petricek23-Oct-03 12:26
Tomas Petricek23-Oct-03 12:26 
SelectSingleNode returns first node matching XPath so your code should IMHO work, but only if "Prenom" is element (not attribute). To select attrbute you need to use this XPath //@Prenom. You can also use xpath like following:
Xml:

<contacts>
  <contact firstname="Bill">
  ...
  <contact>
...
</contacts>
<br /><br />
XPath: <code>contacts/contact/@firstname</code> returns 'Bill'

Great XPath tutorial is at www.w3schools.com[^].


Tomáš Petříček  Sheep | [baah]
EeekSoft Tools
www.eeeksoft.net

GeneralRe: Simple XPath Question Pin
hravn24-Oct-03 7:16
hravn24-Oct-03 7:16 
GeneralRe: Simple XPath Question Pin
John Arlen24-Oct-03 7:25
John Arlen24-Oct-03 7:25 
GeneralA brand new Bug in the .net datagrid :( Pin
livss23-Oct-03 7:27
livss23-Oct-03 7:27 
AnswerRe: Where is the Application Object? Pin
leppie23-Oct-03 7:09
leppie23-Oct-03 7:09 
AnswerRe: Where is the Application Object? Pin
shaunAustin26-Oct-03 21:56
shaunAustin26-Oct-03 21:56 
GeneralRe: Where is the Application Object? Pin
Anonymous28-Oct-03 6:33
Anonymous28-Oct-03 6:33 
QuestionWhere is the Application Object? Pin
Anonymous23-Oct-03 5:55
Anonymous23-Oct-03 5:55 
GeneralSized form for pocket pc Pin
Member 51467223-Oct-03 4:57
Member 51467223-Oct-03 4:57 
General_getch() Pin
viliam23-Oct-03 2:58
viliam23-Oct-03 2:58 
GeneralRe: _getch() Pin
Mike Dimmick23-Oct-03 3:31
Mike Dimmick23-Oct-03 3:31 
GeneralRe: _getch() Pin
J. Dunlap23-Oct-03 8:53
J. Dunlap23-Oct-03 8:53 
GeneralRe: _getch() Pin
leppie23-Oct-03 9:12
leppie23-Oct-03 9:12 
GeneralRe: _getch() Pin
J. Dunlap23-Oct-03 9:17
J. Dunlap23-Oct-03 9:17 
GeneralRe: _getch() Pin
shaunAustin26-Oct-03 21:58
shaunAustin26-Oct-03 21:58 
GeneralPlaying a simple sound with C# Pin
bsargos23-Oct-03 1:52
bsargos23-Oct-03 1:52 
GeneralRe: Playing a simple sound with C# Pin
Judah Gabriel Himango24-Oct-03 4:25
sponsorJudah Gabriel Himango24-Oct-03 4:25 
QuestionHow to configure an Ethernet connection? Pin
azazel1234523-Oct-03 1:28
azazel1234523-Oct-03 1:28 

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.