On Sat, Dec 18, 2010 at 3:10 PM, Alyssa Kwan <alyssa.c.k...@gmail.com>wrote:

> Hi!
>
> I'd like to unit test my html output for well-formedness.  What's an
> easy way to test it for HTML5 validity?  Are there good Clojure libs
> for this?  I only need to check for validity, not parse.
>
> Thanks!
> Alyssa
>
> --
>

You might want to a look at http://xmlunit.sourceforge.net/. I've neither
used it with Clojure nor for HTML validation, but I have used a good bit for
general purpose XML validation. I was pretty happy with it.

- John

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to