Re: custom transformer

2003-06-18 Thread Geert Van Damme
Thanks for the tip, but after playing around with it I realize that I'm mixing up two different things. If I throw the SAXException, the rest of the original pipeline is still executed, after which the error pipeline is executed. What I want is to stop the original pipeline from the moment the

Re: custom transformer

2003-06-17 Thread Bertrand Delacretaz
Le Mardi, 17 juin 2003, à 16:09 Europe/Zurich, Martin Holz a écrit : "Geert Van Damme" <[EMAIL PROTECTED]> writes: Hi, I'm writing a custom transformer, extending the AbstractDOMTransformer. Is there a way to throw an exception from this transformer so that the error handling pipeline of the s

Re: custom transformer

2003-06-17 Thread Martin Holz
"Geert Van Damme" <[EMAIL PROTECTED]> writes: > Hi, > > I'm writing a custom transformer, extending the AbstractDOMTransformer. Is there a > way to throw an exception from this transformer so that the error handling pipeline > of the sitemap is 'activated' ? (the transform method signature does

RE: Custom transformer

2003-02-04 Thread Lionel Crine
I see, thanks - Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands,

RE: Custom transformer

2003-02-04 Thread Carsten Ziegeler
> -Original Message- > From: Konstantin Piroumian [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 04, 2003 11:42 AM > To: [EMAIL PROTECTED] > Subject: Re: Custom transformer > > > From: "Lionel Crine" <[EMAIL PROTECTED]> > >

Re: Custom transformer

2003-02-04 Thread Lionel Crine
I saw that and I've already implemented this method. Where I'm stuck is that these methods return a "void" so how can I store my tags and text in a StringBuffer? Lionel - Please check that your question has not already been a

Re: Custom transformer

2003-02-04 Thread Konstantin Piroumian
From: "Lionel Crine" <[EMAIL PROTECTED]> > I have an xml document : > > > http://apache.org/xsp"; > xmlns:my_NS="http://www.my_NS.com/my_NS/query/1.0";> > > > > > >DOCUMENT > > > > > > > > In my transformer I need to get all that si between " > " tag and put it in a