Migrating DOM based XML generators

2002-04-22 Thread Simon Brooke
Hi Some of you may know (of) me, I'm the guy who wrote maybeupload. I'm looking at how to migrate a lot of my stuff to Cocoon. Currently my DocumentGenerator interface generates a DOM2 Document (see http://www.weft.co.uk/library/jacquard/documentation/uk/co/weft/domutil/DocumentGenerator.html

Re: Migrating DOM based XML generators

2002-04-22 Thread Peter Royal
On Monday 22 April 2002 01:36 pm, Simon Brooke wrote: > I have a *lot* of classes which implement this interface.To plug them > into Cocoon I need to generate SAX events and currently I don't. > Obviously generating SAX events as the document is being built is going > to be quicker than building a

RE: Migrating DOM based XML generators

2002-04-22 Thread Artur Bialecki
; To: [EMAIL PROTECTED] > Subject: Migrating DOM based XML generators > > > Hi > > Some of you may know (of) me, I'm the guy who wrote maybeupload. > > I'm looking at how to migrate a lot of my stuff to Cocoon. Currently my > DocumentGenerator interface generates a