Edward
Edward

Reputation: 7424

What methods are available for parsing HTML?

What different ways are available for parsing html in WP7?

Upvotes: 1

Views: 626

Answers (1)

JnJDev
JnJDev

Reputation: 56

HTML Agility Pack will work. You have to download the source and look in the Truck for the HAPphone code and then compile the dll yourself, but it works. It doesn't include the full capabilities of the overall code, but works reasonably well.

Upvotes: 4

Related Questions