| 
	
 | 
 Posted by NC on 03/08/06 02:35 
Gernot Frisch wrote: 
> 
> how can I make sure that some string is valid html? 
> (HTML validator so to say) 
 
Write your own HTML validator, install someone else's, or feed the 
string to a third-party validator. 
 
Note, however, that many validators out there (most notably, the W3C 
validator) consider HTML valid only if you submit a complete document 
including Doctype declaration...  
 
Cheers,  
NC
 
[Back to original message] 
 |