> The problem is that by default, Document's constructor adds in a head,
> title, and body element. So I can't append, I have to replace them with
Sounds cool, but can I ask why you need to interface through it via a
Document object? I understand why you might want to treat an HTML page
as a Document, but with an XML document I would suggest using the
awesome DOM interfaces from W3C. That way you can really treat it as a
document.
my two cents,
Seth
--
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]