Re: Feeding XML String in Transformator

2002-02-01 Thread Mauricio Souza Lima
It's a possibility. That way works too, it depends on what you will need after... Jozsa Kristof wrote: > > So I guess I'd better go with a Generator, use aggregate in the sitemap, and > manipulate with xsl if I need to, right? > > On Fri, Feb 01, 2002 at 11:29:28AM -0200, Mauricio Souza Lima wr

Re: Feeding XML String in Transformator

2002-02-01 Thread Jozsa Kristof
So I guess I'd better go with a Generator, use aggregate in the sitemap, and manipulate with xsl if I need to, right? On Fri, Feb 01, 2002 at 11:29:28AM -0200, Mauricio Souza Lima wrote: > You have to parse your string to transform it in SAX events... > > Best Regards... > > MSL > > Jozsa Kri

Re: Feeding XML String in Transformator

2002-02-01 Thread Mauricio Souza Lima
You have to parse your string to transform it in SAX events... Best Regards... MSL Jozsa Kristof wrote: > > Hi, > > I have an EJB-Cocoon setup. I use a custom Transformer to replace a specific > xml tag on the pipeline with a String pulled from EJB middleware; but has > met some problems doin