I am not sure how to use Doctype. The API doc has this code:
 
Document d = new Document()
.addElement(new Doctype.Html40Strict())
.addElement(new Html( ...
 
but Document class does not have addElement method.  None of the methods that Document has seems appropriate because Doctype goes before both the header and the body.  Any suggestions?
 
 
--
Chris Chiu
Process Simulations Ltd.
204-2386 East Mall
Vancouver, BC  V6T 1Z3
Tel: (604) 822-1312
Fax: (604) 822-1934

Reply via email to