On Sunday January 5, "Edmund Lian" wrote: > > On 01/05/2003 01:30:52 PM Seth wrote: > > >I'm doing that. > > > > > >> and override Page.writeHTML() > > > >I tried that. In fact, I overrode everything I could find, but I still > >got the <html> tags. > > That's because Page.py has other methods in there that are generating the > HTML tags. Just browse Page.py to see what you really need to override.
Yeah, I did that. I got rid of everything but the html start/stop tags. I could not find where they were comming from! > Also, Page.py just provides some convenience methods for your pages. > There's nothing magical about it, and one should not think of it as being a > part of WebKit per se. For example, if you use Cheetah Templates then some > of the stuff in Page.py will clash with Cheetah's SkeletonPage.py. No big > deal, just so long as you take the time to modify Page.py to what you want > it to be. In my case for example, I don't actually use the Page.py that > comes with Webware. Hmm. Well, I still want the normal setup for most of my pages, jut not for the 3-4 non-html pages. -Seth ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
