RE : RE : RE : error when using my own transformer

2003-12-05 Thread Sylvain.Thevoz
Hello, Yes you're right. And it works! Thank you Marco and Jorg. Sylvain > -Original Message- > From: Marco Rolappe [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 04, 2003 5:38 PM > To: [EMAIL PROTECTED] > Subject: AW: RE : RE : error when using my own transfo

AW: RE : RE : error when using my own transformer

2003-12-04 Thread Marco Rolappe
TED] > [mailto:[EMAIL PROTECTED] Auftrag > von Jorg Heymans > Gesendet: Donnerstag, 4. Dezember 2003 15:34 > An: [EMAIL PROTECTED] > Betreff: Re: RE : RE : error when using my own transformer > > > I am not sure where you get the parametrize method from, but can't you &g

Re: RE : RE : error when using my own transformer

2003-12-04 Thread Jorg Heymans
m: Jorg Heymans [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 2:12 PM To: [EMAIL PROTECTED] Subject: Re: RE : error when using my own transformer the uri is the namespace that is attached to the element, if your element does not use a namespace then this will be empty (or null) [

RE : RE : error when using my own transformer

2003-12-04 Thread Sylvain.Thevoz
TED] > Subject: Re: RE : error when using my own transformer > > > the uri is the namespace that is attached to the element, if your > element does not use a namespace then this will be empty (or null) > > > [EMAIL PROTECTED] wrote: > > > Hi, > > >

Re: RE : error when using my own transformer

2003-12-04 Thread Jorg Heymans
the uri is the namespace that is attached to the element, if your element does not use a namespace then this will be empty (or null) [EMAIL PROTECTED] wrote: Hi, Yes, you're right. The problem is when the method below is called, the uri parameter is empty. public void startElement(String uri, S

RE : error when using my own transformer

2003-12-04 Thread Sylvain.Thevoz
Hi, Yes, you're right. The problem is when the method below is called, the uri parameter is empty. public void startElement(String uri, String name, String raw, Attributes attr) Do you know where this parameter comes from? Thanks Sylvain > -Original Message- > From: Marco Rolappe [mai