1

Is there a library to parse a HTML response in in C++ .net?

2 Answers 2

1

You can use any .NET-library in C++/CLI. So take a look at these two threads (1; 2)

Sign up to request clarification or add additional context in comments.

Comments

1

There is a library called SgmlReader, which creates an XMLdocument from HTML or SGML input, which then you can easily handle. It does handle malformed HTML, too. Don't know if it's C++, but you can surely use it from your code by referencing the assembly.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.