vote up 3 vote down star
1

I'd like to validate that users of my WPF application are putting proper XHTML into its TextBox control.

I found that there's an API for the W3C Markup Validator.

It's web page says:

Building of libraries used to interact with the validator's API is encouraged. …

and it lists known Perl, PHP/PEAR and ColdFusion libraries.

Does anyone know of a .NET library for the W3C Markup Validator API? Does one already exist?

flag

65% accept rate

1 Answer

vote up 5 vote down

This API is SOAP based. If you want to use it in a .net application you can just add the web reference and code against it. Seems simple enough as it's basically a one-method API...

link|flag
I've posted a follow-up question: stackoverflow.com/questions/615132/… – Zack Peterson Mar 5 at 19:22
I could use a little help parsing the response: stackoverflow.com/questions/616817/… – Zack Peterson Mar 5 at 21:58

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.