CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: HTML Parser

Hybrid View

  1. #1
    Join Date
    Jul 2009
    Posts
    7

    HTML Parser

    Hi everyone,

    Does anyone know how to parse html in VC++ 6?I only need a simple parser, able to strip off all tags and ignore scripts.

    Thanks in advance.

    Best regards,
    Jolly

  2. #2
    Join Date
    Aug 2008
    Posts
    18

    Re: HTML Parser

    i think u should first convert your html code to xhtml
    then you can use xml parser (ie) a com component to parse your xhtml.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured