Click here to Skip to main content
15,886,026 members
Home / Discussions / C#
   

C#

 
AnswerRe: chemsketch PinPopular
Richard MacCutchan14-Jul-11 1:56
mveRichard MacCutchan14-Jul-11 1:56 
GeneralRe: chemsketch Pin
albertodiprima14-Jul-11 2:08
albertodiprima14-Jul-11 2:08 
GeneralRe: chemsketch Pin
Keith Barrow14-Jul-11 3:06
professionalKeith Barrow14-Jul-11 3:06 
GeneralRe: chemsketch Pin
Richard MacCutchan14-Jul-11 4:23
mveRichard MacCutchan14-Jul-11 4:23 
GeneralRe: chemsketch Pin
BobJanova14-Jul-11 4:27
BobJanova14-Jul-11 4:27 
GeneralRe: chemsketch PinPopular
Richard MacCutchan14-Jul-11 4:30
mveRichard MacCutchan14-Jul-11 4:30 
GeneralRe: chemsketch Pin
BobJanova14-Jul-11 5:09
BobJanova14-Jul-11 5:09 
QuestionSearching XML file Pin
NarVish13-Jul-11 23:26
NarVish13-Jul-11 23:26 
Hi,

I would like to get "Token" value based on the description from the below xml file.
For example, if my input is 'Company'(Description), it should return 'COS'(Token).
I tried with XPath. But not working due to multi level of nodes in xml. Could you pls guide me to achieve this. Thanks in advance.



<CodeList>
  <Entity>
    <Token>PROD</Token>
    <Description>prod</Description>
    <Entity>
      <Token>BUSINESS</Token>
      <Description>Business News</Description>
      <Entity>
        <Token>COS</Token>
        <Description>Company News</Description>
        <Entity>
          <Token>ANA</Token>
          <Description>Analyst Ratings</Description>
          <Entity>
            <Token>ANAMOVES</Token>
            <Description>Analyst Ratings, Estimates and Target Price Changes</Description>
            <Entity>
              <Token>ANACHANGE</Token>
              <Description>Analyst Rating Changes</Description>
              <Entity>
                <Token>ANACUT</Token>
                <Description>Analyst Downgrades</Description>
                <Entity>
                  <Token>ANACUTEVT</Token>
                  <Description>Analyst Ratings Cut Events, Announcements</Description>
                </Entity>
              </Entity>
            </Entity>
          </Entity>
          <Entity>
            <Token>IP</Token>
            <Description>Intellectual Property</Description>
            <Entity>
              <Token>COPYRIGHT</Token>
              <Description>Copyrights</Description>
            </Entity>
          </Entity>
        </Entity>
      </Entity>
      <Entity>
        <Token>DRGPATENT</Token>
        <Description>Drug Patents</Description>
      </Entity>
    </Entity>
  </Entity>
</CodeList>

AnswerRe: Searching XML file Pin
Mirko198014-Jul-11 1:17
Mirko198014-Jul-11 1:17 
GeneralRe: Searching XML file Pin
NarVish14-Jul-11 2:22
NarVish14-Jul-11 2:22 
AnswerRe: Searching XML file Pin
Not Active14-Jul-11 1:59
mentorNot Active14-Jul-11 1:59 
QuestionAdding a hyperlink to a sentence of text in a bulleted list Pin
Wheels01213-Jul-11 8:31
Wheels01213-Jul-11 8:31 
AnswerRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Shameel13-Jul-11 21:53
professionalShameel13-Jul-11 21:53 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Wheels01214-Jul-11 1:28
Wheels01214-Jul-11 1:28 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
BobJanova14-Jul-11 2:04
BobJanova14-Jul-11 2:04 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Wheels01214-Jul-11 2:06
Wheels01214-Jul-11 2:06 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Shameel14-Jul-11 2:16
professionalShameel14-Jul-11 2:16 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
BobJanova14-Jul-11 2:16
BobJanova14-Jul-11 2:16 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Wheels01214-Jul-11 4:11
Wheels01214-Jul-11 4:11 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
BobJanova14-Jul-11 4:25
BobJanova14-Jul-11 4:25 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Shameel14-Jul-11 4:53
professionalShameel14-Jul-11 4:53 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Wheels01214-Jul-11 7:54
Wheels01214-Jul-11 7:54 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Shameel14-Jul-11 8:08
professionalShameel14-Jul-11 8:08 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Wheels01215-Jul-11 7:45
Wheels01215-Jul-11 7:45 
GeneralRe: Adding a hyperlink to a sentence of text in a bulleted list Pin
Shameel15-Jul-11 7:58
professionalShameel15-Jul-11 7:58 

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.