Click here to Skip to main content
16,013,642 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionXMlDocument and Reloading -- No Data? Pin
bobber20515-Jul-07 18:34
bobber20515-Jul-07 18:34 
AnswerRe: XMlDocument and Reloading -- No Data? Pin
Vasudevan Deepak Kumar15-Jul-07 22:19
Vasudevan Deepak Kumar15-Jul-07 22:19 
Questionvb .net Pin
chirag visavadia14-Jul-07 23:34
chirag visavadia14-Jul-07 23:34 
AnswerRe: vb .net Pin
Sathesh Sakthivel15-Jul-07 17:30
Sathesh Sakthivel15-Jul-07 17:30 
AnswerRe: vb .net Pin
Vasudevan Deepak Kumar15-Jul-07 21:31
Vasudevan Deepak Kumar15-Jul-07 21:31 
AnswerRe: vb .net Pin
Pete O'Hanlon16-Jul-07 0:21
mvePete O'Hanlon16-Jul-07 0:21 
GeneralRe: vb .net Pin
Mike Dimmick16-Jul-07 5:45
Mike Dimmick16-Jul-07 5:45 
QuestionXpath Pin
Ibana14-Jul-07 7:06
Ibana14-Jul-07 7:06 
Hi,
Im quite new to xpath in .Net. I have an XML-structure shown below that contain measurements(diameters,areas etc) The one below includes two different measurements of an Bi diameter and also the mean value. I now want to extract the mean value.(the <value>5.0</value> tag.

As mentioned ,the file consists of many different measurements using the same strucutre. With the following expression I manage to extract the value but then I also get all the following mean values from all of the other calculations. How do I extract ONLY that node. I would really appriciate some help thanks!

Expression:
//item/item/concept[@codValue='11820-8']/following-sibling::item/value[@codValue='R-00317']/following::value


<item valType="CONTAINER">
<concept codValue="125005"> MeasureGroup</concept>
<item valType="NUM" relType="CONTAINS">
<concept codValue="11820-8">Bi Diameter</concept>
<value>4.9</value>
</item>
<item valType="NUM">
<concept codValue="11820-8">Bi Diameter</concept>
<value>5.1</value>
</item>
<item valType="NUM">
<concept codValue="11820-8">Bi Diameter</concept>
<item valType="CODE">
<value codValue="R-00317">Mean</value>
</item>
<value>5.0</value>
</item>
</item>

AnswerRe: Xpath Pin
George L. Jackson15-Jul-07 15:52
George L. Jackson15-Jul-07 15:52 
QuestionNewbie ORACL/.NET help again... Pin
vbsquire13-Jul-07 17:44
vbsquire13-Jul-07 17:44 
QuestionNewbie VB.NET/Oracle question Pin
vbsquire13-Jul-07 6:37
vbsquire13-Jul-07 6:37 
AnswerRe: Newbie VB.NET/Oracle question Pin
Joseph Guadagno13-Jul-07 7:02
Joseph Guadagno13-Jul-07 7:02 
GeneralRe: Newbie VB.NET/Oracle question Pin
vbsquire13-Jul-07 8:01
vbsquire13-Jul-07 8:01 
QuestionProblem installing KB928366 Pin
Joseph Guadagno13-Jul-07 4:46
Joseph Guadagno13-Jul-07 4:46 
AnswerRe: Problem installing KB928366 Pin
Paul Conrad13-Jul-07 13:03
professionalPaul Conrad13-Jul-07 13:03 
AnswerRe: Problem installing KB928366 Pin
Mike Dimmick14-Jul-07 6:04
Mike Dimmick14-Jul-07 6:04 
QuestionProblem with LayeredWindow on Windows XP Pin
Ky Nam13-Jul-07 3:53
Ky Nam13-Jul-07 3:53 
QuestionHow to run each message loop in a seperate thread ? Pin
Ky Nam13-Jul-07 3:47
Ky Nam13-Jul-07 3:47 
AnswerRe: How to run each message loop in a seperate thread ? Pin
Paul Conrad13-Jul-07 13:04
professionalPaul Conrad13-Jul-07 13:04 
QuestionHow to identify mpeg and avi file type in .NET? Pin
Raiun012-Jul-07 22:06
Raiun012-Jul-07 22:06 
AnswerRe: How to identify mpeg and avi file type in .NET? Pin
Christian Graus13-Jul-07 3:55
protectorChristian Graus13-Jul-07 3:55 
QuestionIs this even possible? Pin
tomcoll6712-Jul-07 5:11
tomcoll6712-Jul-07 5:11 
AnswerRe: Is this even possible? Pin
Dave Kreskowiak12-Jul-07 5:19
mveDave Kreskowiak12-Jul-07 5:19 
AnswerRe: Is this even possible? Pin
kubben13-Jul-07 5:03
kubben13-Jul-07 5:03 
GeneralRe: Is this even possible? Pin
Vasudevan Deepak Kumar15-Jul-07 22:13
Vasudevan Deepak Kumar15-Jul-07 22:13 

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.