AW: AW: Not handle the XML header in the sax parser

2003-02-06 Thread Jan Harms
Heiko Milke wrote: > Am Don, 2003-02-06 um 18.03 schrieb Jan Harms: > > Well, that´s basically what the IncludeXMLConsumer (in > > package org.apache.cocoon.xml) does, doesn´t it? > > It additionally ignores the startDTD() and endDTD() methods. > > > > Regards, > > > > -Jan > > > > > didnt k

Re: AW: Not handle the XML header in the sax parser

2003-02-06 Thread Heiko Milke
Hey Jan Am Don, 2003-02-06 um 18.03 schrieb Jan Harms: > Well, that´s basically what the IncludeXMLConsumer (in package >org.apache.cocoon.xml) does, doesn´t it? > It additionally ignores the startDTD() and endDTD() methods. > > Regards, > > -Jan > didnt know :) Thanks for the hint ! Heiko

AW: Not handle the XML header in the sax parser

2003-02-06 Thread Jan Harms
erstag, 6. Februar 2003 17:34 > An: [EMAIL PROTECTED] > Betreff: Re: Not handle the XML header in the sax parser > > > Hey there, > > well actually i dont recommend doing that but here is a way to do it. > > You simple write yourself a documenthandler transmitter or

Re: Not handle the XML header in the sax parser

2003-02-06 Thread Heiko Milke
Hey there, well actually i dont recommend doing that but here is a way to do it. You simple write yourself a documenthandler transmitter or whatever you call it (i named it FragmentHandler in the Example):P -- public class FragmentHandler implements ContentHandler {

Not handle the XML header in the sax parser

2003-02-06 Thread Lionel Crine
I'm using the avalon component sax parser and I parse a string value. but it returns the header . I don't want it because the String value is inline in the document : here is what I have in my browser : http://apache.org/xsp"; xmlns:ixia-query="http://www.ixiasoft.com/ixia/query/1.0";>