Re: pretty printing page output
Matthew Hixson <[email protected]> Thu, 18 Sep 2003 10:21:36 -0700
| Newsgroups | gmane.comp.java.enhydra.xmlc |
|---|---|
| Message-ID | <[email protected]> |
On Thursday, September 18, 2003, at 01:39 AM, Petr Stehlik wrote: > V Čt, 18. 09. 2003 v 08:15, Matthew Hixson píše: >> df.write(page, sos); >> Anything else I need to do to get it formatted? > > perhaps you need to read the original post more carefully? :-) > > Jake said "writeDOM", not "write". No. I read it correctly. writeDOM is a method on XMLCContext, while DOMFormatter only has write() methods. I didn't use XMLCContext for the reason I discussed in my previous mail. -M@