Re: Validate xhtml

2002-02-28 Thread Nicola Ken Barozzi
From: "Stephen Ng" <[EMAIL PROTECTED]> > Right now Cocoon takes (possibly malformed?) html, and runs it through a > program to tidy up the html before shooting it to the browser. And also does extra checking that JTidy doesn't do on duplicate attributes. This *does* excat in a performance penal

Validate xhtml

2002-02-28 Thread Stephen Ng
Right now Cocoon takes (possibly malformed?) html, and runs it through a program to tidy up the html before shooting it to the browser. I would like to do something like the opposite of that. I believe my code already generates valid xhtml, and don't need to take the extra processing time to hav