Re: help needed (OWQL)

2004-08-18 Thread Halgurt Mustafa-Ali
] User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [EMAIL PROTECTED] Subject: Re: help needed (OWQL) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Virus-Scanned: by amavisd-new/sophie/sophos at mailin1.informatik.tu-muenchen.de X

Re: help needed (OWQL)

2004-08-10 Thread Stefano Mazzocchi
Halgurt Mustafa-Ali wrote: hi, I am tryong to itegrate OWQL in to the cocoon framework, I implemented a Transformer for that purpose (see the Attachment please). The OWQL tool has a method printAnswerAsXML (String reqxml, PrintWriter pw) do you have an idea how can I convert pw to SAX events?

Re: help needed (OWQL)

2004-08-10 Thread J.Pietschmann
Vadim Gritsenko wrote: Though job. The lazy way would be to use a PipeStream to pipe the content written to the PrintWriter to a SAX parser running in another thread. That's likely to course trouble in some circumstances. I don't see anything lazy about this :) IMHO, lazy way is to use

help needed (OWQL)

2004-08-09 Thread Halgurt Mustafa-Ali
hi, I am tryong to itegrate OWQL in to the cocoon framework, I implemented a Transformer for that purpose (see the Attachment please). The OWQL tool has a method printAnswerAsXML (String reqxml, PrintWriter pw) do you have an idea how can I convert pw to SAX events? thanks, Halgurt

Re: help needed (OWQL)

2004-08-09 Thread J.Pietschmann
Halgurt Mustafa-Ali wrote: I am tryong to itegrate OWQL in to the cocoon framework, I implemented a Transformer for that purpose (see the Attachment please). The OWQL tool has a method printAnswerAsXML (String reqxml, PrintWriter pw) do you have an idea how can I convert pw to SAX events?

Re: help needed (OWQL)

2004-08-09 Thread Vadim Gritsenko
J.Pietschmann wrote: Halgurt Mustafa-Ali wrote: I am tryong to itegrate OWQL in to the cocoon framework, I implemented a Transformer for that purpose (see the Attachment please). The OWQL tool has a method printAnswerAsXML (String reqxml, PrintWriter pw) do you have an idea how can I convert pw