Click here to Skip to main content
15,891,423 members
Home / Discussions / C#
   

C#

 
GeneralRe: problem with XML Pin
MyThread7-Feb-05 5:58
MyThread7-Feb-05 5:58 
GeneralRe: problem with XML Pin
MyThread7-Feb-05 5:59
MyThread7-Feb-05 5:59 
GeneralRe: problem with XML Pin
leppie7-Feb-05 6:02
leppie7-Feb-05 6:02 
GeneralRe: problem with XML Pin
Ahmed Galal7-Feb-05 21:40
Ahmed Galal7-Feb-05 21:40 
GeneralRe: problem with XML Pin
leppie7-Feb-05 21:49
leppie7-Feb-05 21:49 
GeneralRe: problem with XML Pin
Ahmed Galal7-Feb-05 21:51
Ahmed Galal7-Feb-05 21:51 
GeneralRe: problem with XML Pin
Christian Graus7-Feb-05 10:00
protectorChristian Graus7-Feb-05 10:00 
GeneralRe: problem with XML Pin
Ahmed Galal7-Feb-05 21:37
Ahmed Galal7-Feb-05 21:37 
i think i caught where the problem lies, the problem is me, damn, sorry guys, i didn't paste the exactly code as in my project , its my first time using xml so don't blame me, i think i'm using a namespace, and heres my exactly xml file
<?xml version="1.0" encoding="utf-8"?>
<VoteData xmlns="http://tempuri.org/VoteData.xsd">
  <Question id="0" name="do you believe in think tanks?">
    <Choice choiceid="1" votes="7" name="Yes">
      <Vote ip="192.168.1.1" />
      <Vote IP="50.50.20.10" xmlns="" />
      <Vote IP="50.50.20.10" xmlns="" />
    </Choice>
    <Choice choiceid="2" votes="1" name="No">
      <Vote IP="50.50.20.10" xmlns="" />
    </Choice>
  </Question>
  <Question id="2" name="bet7eb Sawsan?">
    <Choice choiceid="0" votes="0" name="aiwa" />
    <Choice choiceid="1" votes="0" name="la2" />
    <Choice choiceid="2" votes="0" name="moot" />
    <Choice choiceid="3" votes="0" name="ya3ney" />
  </Question>
</VoteData>

i didn't think that will be a diffrent while using namespace, so now, what should i change in my C# code to let XPath work ?

sorry guys again and thanx Smile | :)
GeneralProblems in Javascript Pin
dotnetquery7-Feb-05 0:17
dotnetquery7-Feb-05 0:17 
GeneralRe: Problems in Javascript Pin
J4amieC7-Feb-05 1:03
J4amieC7-Feb-05 1:03 
GeneralRe: Problems in Javascript Pin
dotnetquery7-Feb-05 1:06
dotnetquery7-Feb-05 1:06 
GeneralRe: Problems in Javascript Pin
J4amieC7-Feb-05 1:11
J4amieC7-Feb-05 1:11 
GeneralRe: Problems in Javascript Pin
Heath Stewart7-Feb-05 9:59
protectorHeath Stewart7-Feb-05 9:59 
Generalplease help me out in creating image from stream Pin
arus20046-Feb-05 23:24
arus20046-Feb-05 23:24 
GeneralRe: please help me out in creating image from stream Pin
Christian Graus7-Feb-05 10:03
protectorChristian Graus7-Feb-05 10:03 
Generalfirebird database Vs MSDE engine Pin
ppp0016-Feb-05 22:08
ppp0016-Feb-05 22:08 
GeneralRe: firebird database Vs MSDE engine Pin
Judah Gabriel Himango7-Feb-05 4:18
sponsorJudah Gabriel Himango7-Feb-05 4:18 
Generalretrieve QueryString Value Pin
Adnan Siddiqi6-Feb-05 21:58
Adnan Siddiqi6-Feb-05 21:58 
GeneralRe: retrieve QueryString Value Pin
Heath Stewart7-Feb-05 9:57
protectorHeath Stewart7-Feb-05 9:57 
GeneralBitArray to integer Pin
Md Saleem Navalur6-Feb-05 21:34
Md Saleem Navalur6-Feb-05 21:34 
GeneralRe: BitArray to integer Pin
leppie6-Feb-05 22:37
leppie6-Feb-05 22:37 
GeneralC# function calling mechanism Pin
Siddhartha Ghosh6-Feb-05 21:23
Siddhartha Ghosh6-Feb-05 21:23 
GeneralRe: C# function calling mechanism Pin
Arjan Einbu7-Feb-05 0:28
Arjan Einbu7-Feb-05 0:28 
GeneralRe: C# function calling mechanism Pin
Siddhartha Ghosh7-Feb-05 0:48
Siddhartha Ghosh7-Feb-05 0:48 
GeneralRe: C# function calling mechanism Pin
J4amieC7-Feb-05 1:08
J4amieC7-Feb-05 1:08 

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.