Re: HTML5 Validator

2010-12-20 Thread Alyssa Kwan
I hadn't considered using an online validator. Given that these are only unit tests, this is the simplest solution. Thanks! On Dec 18, 7:27 pm, Jeff Valk wrote: > On Saturday, December 18, 2010 at 02:10 pm, Alyssa Kwan wrote: > > > I'd like to unit test my html output for well-formedness.  What

Re: HTML5 Validator

2010-12-18 Thread Miki
> > 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. > > Not sure, but maybe you can use htmlunit? All the best, -- Miki -- You received thi

Re: HTML5 Validator

2010-12-18 Thread Mike Meyer
[Going ever further off topic] On Sat, 18 Dec 2010 20:52:09 -0500 John Sanda wrote: > On Sat, Dec 18, 2010 at 3:10 PM, Alyssa Kwan wrote: > > 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 t

Re: HTML5 Validator

2010-12-18 Thread John Sanda
On Sat, Dec 18, 2010 at 3:10 PM, Alyssa Kwan 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 mi

Re: HTML5 Validator

2010-12-18 Thread Jeff Valk
On Saturday, December 18, 2010 at 02:10 pm, Alyssa Kwan wrote: > > 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. I'm not aware of a native cloju

HTML5 Validator

2010-12-18 Thread Alyssa Kwan
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 received this message because you are subscribed to the Google Groups "Clo