Click here to Skip to main content
15,914,408 members
Home / Discussions / C#
   

C#

 
GeneralProcesses Pin
thepersonof26-Jun-05 6:08
thepersonof26-Jun-05 6:08 
GeneralRe: Processes Pin
S. Senthil Kumar26-Jun-05 6:37
S. Senthil Kumar26-Jun-05 6:37 
GeneralRe: Processes Pin
leppie26-Jun-05 6:38
leppie26-Jun-05 6:38 
GeneralRe: Processes Pin
MandMG26-Jun-05 11:21
MandMG26-Jun-05 11:21 
Generalcontaining directory from filepath Pin
Anonymous26-Jun-05 5:23
Anonymous26-Jun-05 5:23 
GeneralRe: containing directory from filepath Pin
leppie26-Jun-05 6:32
leppie26-Jun-05 6:32 
GeneralRe: containing directory from filepath Pin
Torsten Mauz26-Jun-05 23:32
Torsten Mauz26-Jun-05 23:32 
Generalwindows controls Pin
sianatia26-Jun-05 5:11
sianatia26-Jun-05 5:11 
Generalactive ipaddress Pin
amarsumanth26-Jun-05 4:56
amarsumanth26-Jun-05 4:56 
GeneralRe: active ipaddress Pin
S. Senthil Kumar26-Jun-05 6:28
S. Senthil Kumar26-Jun-05 6:28 
GeneralRe: active ipaddress Pin
Dave Kreskowiak26-Jun-05 9:20
mveDave Kreskowiak26-Jun-05 9:20 
Generalabout Gina in XP Pin
Veelone26-Jun-05 2:24
Veelone26-Jun-05 2:24 
GeneralRe: about Gina in XP Pin
Sebastian Schneider26-Jun-05 5:42
Sebastian Schneider26-Jun-05 5:42 
Generaladd method to control Pin
xrado25-Jun-05 23:53
xrado25-Jun-05 23:53 
GeneralRe: add method to control Pin
xrado27-Jun-05 6:40
xrado27-Jun-05 6:40 
GeneralI need a code.. Pin
reaza25-Jun-05 23:41
reaza25-Jun-05 23:41 
GeneralRe: I need a code.. Pin
MandMG26-Jun-05 11:14
MandMG26-Jun-05 11:14 
GeneralRichEdit Cpture Pin
Anonymous25-Jun-05 22:47
Anonymous25-Jun-05 22:47 
Questionhow do i get a node position in an xml file Pin
alexcuban25-Jun-05 20:13
sussalexcuban25-Jun-05 20:13 
im trying to make an xml search method

for example this is my xml file


<deportes>
<deporte folder="" nombre="Ajedrez" permit="pp">
<item nombre="Participantes" link="resultados/ajedrez/">
<item nombre="Calendario" link="Resultados/ajedrez/">
<item nombre="Resultados" link="Resultados/ajedrez/">

<deporte folder="" nombre="Apnea">
<item nombre="Resultados Generales" link="">
<item nombre="Dia 1" link="resultados/apnea/apnea_resultados.htm">




what i wanna do its get movinh trought the xml and when i get the looking for attribute the method will give me back an string with this caracteristics

d=0&n=1 where d its equal to the current <deportes> node and n its equal to the current item node where the looking attribute was found for example
d=0&n=1 the atribute nombre = calendario

but if i im on a child of a item node for example <item nombre="Dia 1" ...="">

the result it will be d=1&n=0,0
please if some one can helpme plese email me quickly
AnswerRe: how do i get a node position in an xml file Pin
alexcuban25-Jun-05 20:16
sussalexcuban25-Jun-05 20:16 
GeneralRe: how do i get a node position in an xml file Pin
mav.northwind25-Jun-05 20:36
mav.northwind25-Jun-05 20:36 
Generalok tahanks well this is the xml Pin
alexdg0426-Jun-05 7:14
alexdg0426-Jun-05 7:14 
GeneralI use code like this... Pin
je_gonzalez26-Jun-05 11:30
je_gonzalez26-Jun-05 11:30 
Generalthanks je_gonzales Pin
alexdg0426-Jun-05 15:03
alexdg0426-Jun-05 15:03 
GeneralRe: thanks je_gonzales Pin
je_gonzalez26-Jun-05 18:03
je_gonzalez26-Jun-05 18:03 

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.