Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 87543 invoked by uid 500); 23 Jul 2001 21:45:30 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 87528 invoked from network); 23 Jul 2001 21:45:29 -0000 From: "Torsten Curdt" To: "Cocoon-Dev" Subject: DOMStreamer Date: Mon, 23 Jul 2001 23:45:08 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N 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: [setDocumentLocator] [startDocument] [endDocument] Why is that so? Anyone a clue? -- Torsten --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org