Click here to Skip to main content
15,917,859 members
Home / Discussions / C#
   

C#

 
QuestionLoaderLock was detected Pin
Johan Russouw14-Aug-06 2:53
Johan Russouw14-Aug-06 2:53 
AnswerRe: LoaderLock was detected Pin
Ista14-Aug-06 4:12
Ista14-Aug-06 4:12 
AnswerRe: LoaderLock was detected Pin
Mike_V14-Aug-06 4:35
Mike_V14-Aug-06 4:35 
Question.DLL VS .EXE in Dot Net Pin
Arun Hegde14-Aug-06 2:50
Arun Hegde14-Aug-06 2:50 
AnswerRe: .DLL VS .EXE in Dot Net Pin
Guffa14-Aug-06 3:00
Guffa14-Aug-06 3:00 
AnswerRe: .DLL VS .EXE in Dot Net Pin
Ista14-Aug-06 3:24
Ista14-Aug-06 3:24 
GeneralRe: .DLL VS .EXE in Dot Net Pin
Super Lloyd14-Aug-06 4:26
Super Lloyd14-Aug-06 4:26 
Questionxml search Pin
kkadir14-Aug-06 2:41
kkadir14-Aug-06 2:41 
Hello,

How can I make a search that do not only find the exact match but also similiar matches with xpath ?

For example,

our xml fragment is -lets say- like this :
<br />
<ROOT><br />
<DATA attribute1 = "123" attribute2 = "987"><br />
<AA> something here </AA><br />
<AB> again something here </AB><br />
</DATA><br />
<DATA attribute1 = "abc" attribute2 = "def"><br />
<BA> 123 </BA><br />
<BB> 987 </BB><br />
</DATA><br />
</ROOT><br />


..and I want to make a search to find all DATA's that contains the string "23" anywhere (at its attributes, childs, childs' attributes etc.
So after my search I will find the first DATA element (because its attribut1 is 123 and this contains 23) and also the second DATA element (because its BA child's value is 123 which contains 23).

Can I do this using xpath (I haven't find any SQL like "like" method under xpath) or may I choose another strategy?

.:: Something is Wrong ::.

AnswerRe: xml search Pin
MHASSANF14-Aug-06 2:44
MHASSANF14-Aug-06 2:44 
GeneralRe: xml search Pin
kkadir14-Aug-06 3:32
kkadir14-Aug-06 3:32 
GeneralRe: xml search [modified] Pin
MHASSANF15-Aug-06 4:12
MHASSANF15-Aug-06 4:12 
AnswerRe: xml search Pin
Ista14-Aug-06 4:17
Ista14-Aug-06 4:17 
GeneralRe: xml search Pin
Not Active14-Aug-06 5:51
mentorNot Active14-Aug-06 5:51 
Questionhow can i call other program in c# [modified] Pin
trannguyen8614-Aug-06 2:11
trannguyen8614-Aug-06 2:11 
AnswerRe: how can i call other program in c# [modified] Pin
Iquoba14-Aug-06 2:32
Iquoba14-Aug-06 2:32 
Question.Net Remoting problem [modified] Pin
alexthebowman14-Aug-06 2:02
alexthebowman14-Aug-06 2:02 
AnswerRe: .Net Remoting problem Pin
S. Senthil Kumar14-Aug-06 2:37
S. Senthil Kumar14-Aug-06 2:37 
GeneralRe: .Net Remoting problem Pin
alexthebowman14-Aug-06 2:49
alexthebowman14-Aug-06 2:49 
GeneralRe: .Net Remoting problem Pin
S. Senthil Kumar14-Aug-06 7:02
S. Senthil Kumar14-Aug-06 7:02 
QuestionA API function Pin
MHASSANF14-Aug-06 2:02
MHASSANF14-Aug-06 2:02 
AnswerRe: A API function Pin
Ed.Poore14-Aug-06 2:27
Ed.Poore14-Aug-06 2:27 
GeneralRe: A API function Pin
MHASSANF14-Aug-06 2:42
MHASSANF14-Aug-06 2:42 
QuestionBuilding Graph, Finding Filter in C# [modified] Pin
Andy Rama14-Aug-06 1:04
Andy Rama14-Aug-06 1:04 
QuestionNewbie: How to find out which menu item has been clicked from a context menu? Pin
Phillip Hodges14-Aug-06 0:56
Phillip Hodges14-Aug-06 0:56 
AnswerRe: Newbie: How to find out which menu item has been clicked from a context menu? Pin
Ed.Poore14-Aug-06 1:09
Ed.Poore14-Aug-06 1:09 

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.