Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3795850
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T13:08:47+00:00 2026-05-19T13:08:47+00:00

I have an xml document that looks like this: <?xml version=1.0 encoding=utf-8standalone=yes?> <WorkItem TimeZone=Mountain

  • 0

I have an xml document that looks like this:

<?xml version="1.0" encoding="utf-8"standalone="yes"?>
<WorkItem TimeZone="Mountain Standard" Offset="-07:00:00">
 <RevisionFields>
  <Field ReferenceName="OriginalTestEstimate" Name="Estimated Test" Type="Double">
     <Value>5</Value>
  </Field>
  <Field ReferenceName="RemainingDevWork" Name="Remaining Dev" Type="Double">
     <Value>9</Value>
  </Field>
  <Field ReferenceName="RemainingTestWork" Name="Remaining Test" Type="Double">
     <Value>5</Value>
  </Field>
 ...

A TFS service that I am calling gives it to me as an XmlDocument object. I am trying to access the Value parts of the fields. I can use workItem["WorkItem"]["RevisionFields"] to get to the array of all the fields, but when I try to get at a specific field using this notation I get stuck.

Since the “Name” is set I tried using that (ie workItem["WorkItem"]["RevisionFields"]["Remaining Test"] but that just returns null.

What do I need to do so I can get directly at the values in the fields? (I would prefer to not have to iterate all of the fields.)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T13:08:48+00:00Added an answer on May 19, 2026 at 1:08 pm

    You could use XPath to retrieve the node:

    /WorkItem/RevisionFields/Field[@Name='Remaining Test']/Value
    

    Look at the SelectSingleNode() method (and the SelectNodes() method).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So i have an XML document that looks like this: <?xml version=1.0 encoding=UTF-8?> <gesmes:Envelope
Say I have a xml document that looks like this <foo> <bar id=9 />
I have an XML document that looks like this: <kmsg xmlns=http://url1 xmlns:env=url1 xmlns:xsi=http://www.w3.org/2001/XMLSchemainstance xsi:schemaLocation=http://location
I have some XML that looks something like this: <Root> <Documents> <Document id=1/> </Documents>
I have a simple xml document that looks like the following snippet. I need
I have a XML document which looks something like this: <events> <event category=gymnastics subcategory=rhythmic
In my Python app, I have an XML document that I'd like to transform
I've got a 2-part question... I have some XML that looks like: <trans-unit id=70
I have an XML document that I'm trying to style via CSS. A relevant
I have a large xml document that needs to be processed 100 records at

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.