Re: DOMStreamer incompatible changes

2003-03-18 Thread Bruno Dumon
On Tue, 2003-03-18 at 16:25, Unico Hommes wrote: [...] > For > instance the method setContentHandler seems to have been removed > completely. re-added in CVS (both 2.0 and 2.1). Thanks for reporting, and don't hesitate to report any further problems you may have. -- Bruno Dumon

Re: DOMStreamer DOM 1 support?

2003-03-11 Thread Michael Wechner
Jeff Turner wrote: On Tue, Mar 11, 2003 at 12:39:18PM +0100, Bruno Dumon wrote: On Tue, 2003-03-11 at 09:15, Jeff Turner wrote: On Tue, Mar 11, 2003 at 08:14:21AM +0100, Bruno Dumon wrote: On Tue, 2003-03-11 at 07:37, Jeff Turner wrote: Probably a question for Bruno.. The

Re: DOMStreamer DOM 1 support?

2003-03-11 Thread Jeff Turner
On Tue, Mar 11, 2003 at 12:39:18PM +0100, Bruno Dumon wrote: > On Tue, 2003-03-11 at 09:15, Jeff Turner wrote: > > On Tue, Mar 11, 2003 at 08:14:21AM +0100, Bruno Dumon wrote: > > > On Tue, 2003-03-11 at 07:37, Jeff Turner wrote: > > > > Probably a question for Bruno.. > > > > > > > > The Namespac

Re: DOMStreamer DOM 1 support?

2003-03-11 Thread Bruno Dumon
On Tue, 2003-03-11 at 09:15, Jeff Turner wrote: > On Tue, Mar 11, 2003 at 08:14:21AM +0100, Bruno Dumon wrote: > > On Tue, 2003-03-11 at 07:37, Jeff Turner wrote: > > > Probably a question for Bruno.. > > > > > > The NamespaceNormalizingDOMStreamer doesn't support DOM 1 nodes, which > > > means th

Re: DOMStreamer DOM 1 support?

2003-03-11 Thread Jeff Turner
On Tue, Mar 11, 2003 at 08:14:21AM +0100, Bruno Dumon wrote: > On Tue, 2003-03-11 at 07:37, Jeff Turner wrote: > > Probably a question for Bruno.. > > > > The NamespaceNormalizingDOMStreamer doesn't support DOM 1 nodes, which > > means that any code using, say, 'setAttribute' instead of > > 'setAt

Re: DOMStreamer DOM 1 support?

2003-03-10 Thread Bruno Dumon
On Tue, 2003-03-11 at 07:37, Jeff Turner wrote: > Probably a question for Bruno.. > > The NamespaceNormalizingDOMStreamer doesn't support DOM 1 nodes, which > means that any code using, say, 'setAttribute' instead of > 'setAttributeNS' causes cryptic errors like: Ah, didn't know that. I thought t

Re: DOMStreamer enableLogging missing

2002-11-24 Thread Mircea Toma
On Saturday 23 November 2002 12:15, Bernhard Huber wrote: > hi, > as I have experienced all DOMStreamer usages > do not invoke enableLogging() for the DOMStreamer object created, > > The list of files concerened: > SourceWritingTransformer.java > XMLFormTransformer.java > SourceUtil.java > XInclude

Re: DOMStreamer enableLogging missing

2002-11-23 Thread Vadim Gritsenko
Bernhard Huber wrote: hi, as I have experienced all DOMStreamer usages do not invoke enableLogging() for the DOMStreamer object created, The list of files concerened: SourceWritingTransformer.java XMLFormTransformer.java SourceUtil.java XIncludeTransformer.java XML

Re: DOMStreamer

2001-07-24 Thread Ovidiu Predescu
Dims, On Tue, 24 Jul 2001 03:43:44 -0700 (PDT), Davanum Srinivas <[EMAIL PROTECTED]> wrote: > Ovidiu, > > What does this file have? What format is it in? > > Thanks, > dims > > --- Ovidiu Predescu <[EMAIL PROTECTED]> wrote: > > > > ATTACHMENT part 1 application/octet-stream > > ---

Re: DOMStreamer

2001-07-24 Thread Sylvain Wallez
Ovidiu Predescu a écrit : > >I've created an EmbeddedXMLPipe that removes the events you mention. I >use it like this: >I have this class in src/org/apache/cocoon/xml/. > >Regards, >-- >Ovidiu Predescu <[EMAIL PROTECTED]> Ovidiu, I added your EmbeddedXMLPipe in the CVS. I also patched DOMS

Re: DOMStreamer

2001-07-24 Thread Davanum Srinivas
Ovidiu, What does this file have? What format is it in? Thanks, dims --- Ovidiu Predescu <[EMAIL PROTECTED]> wrote: > ATTACHMENT part 1 application/octet-stream > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additiona

RE: DOMStreamer

2001-07-23 Thread Torsten Curdt
> > I have a DocumentFragment supposebly looking > > like this: > > > > > > > > > > > > Now I try to create SAX events from it: > > > > DOMStreamer streamer = new DOMStreamer(handler); > > streamer.stream(fragment); > > > > Unfortunately this is also fireing the following > > events:

Re: DOMStreamer

2001-07-23 Thread Ovidiu Predescu
Binary data - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]