Dotnet Window Application XML/HTML

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • furqanms
    New Member
    • Jun 2007
    • 17

    Dotnet Window Application XML/HTML

    <<Windows Application>>

    hi

    I have the following xml data :

    <Name>CDATA[
    <b>My name is furqan</b>]]
    </Name>

    I want to process this html tag and display in lable [in windows application].

    So the text should be display in label as :
    My name is furqan

    Waiting for your positive and early response.


    Thanking You
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Will your data always be in that format or is the XML potentially complex? If the XML is always that simple then some simple juggling with the String methods should suffice (Substring e.t.c) or a regex otherwise you might need to parse the XML file using some XML parsing techniques.

    Comment

    • JamieHowarth0
      Recognized Expert Contributor
      • May 2007
      • 537

      #3
      Hi there,

      Have you tried to write any code to attempt to solve the problem yourself?

      If yes, please post it so we can help you to debug it.
      If no, then please go here and read up on it. When you have attempted to write your code, and it isn't working, then come back and post it so we can help you debug it.

      codegecko
      Moderator, HTML/CSS and classic ASP

      Comment

      Working...