Read HTML File

Discussion in 'C' started by jestges, Sep 13, 2007.

  1. jestges

    jestges New Member

    Joined:
    Sep 13, 2007
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Hi is there anyway to read html file using c program


    Thank you
     
  2. DaWei

    DaWei New Member

    Joined:
    Dec 6, 2006
    Messages:
    835
    Likes Received:
    5
    Trophy Points:
    0
    Occupation:
    Semi-retired EE
    Location:
    Texan now in Central NY
    Home Page:
    http://www.daweidesigns.com
    Sure, it's just text.
     
  3. jestges

    jestges New Member

    Joined:
    Sep 13, 2007
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    thank you for your quick reply can you give me a simple source code to do the thing.

    Here is my html file "test.html"

    Code:
    <html>
    <head>
    <title>Test docment</title>
    </head>
    <body>
    	<div style="width: 200px; height: 200px; border: 1px solid red;">
    	</div>
    </body>
    </html>
    and i want to read all tags by using c program

    Thank you
     
    Last edited by a moderator: Sep 13, 2007
  4. DaWei

    DaWei New Member

    Joined:
    Dec 6, 2006
    Messages:
    835
    Likes Received:
    5
    Trophy Points:
    0
    Occupation:
    Semi-retired EE
    Location:
    Texan now in Central NY
    Home Page:
    http://www.daweidesigns.com
    Why don't you write the code and present it here when you have problems. Or perhaps you want to hire a programmer.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice