Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does a .NET library for the W3C Markup Validator API exist? [closed]

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?

like image 958
Zack Peterson Avatar asked Dec 06 '25 06:12

Zack Peterson


2 Answers

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...

like image 132
Assaf Lavie Avatar answered Dec 07 '25 21:12

Assaf Lavie


Yes, I just wrote one: .NET Wrapper for W3C Validator API

like image 45
Andrew Bullock Avatar answered Dec 07 '25 22:12

Andrew Bullock



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!