Re: StreamGenerator doesn't accept text/html

2003-12-14 Thread Michael Wechner
Joerg Heinicke wrote: On 14.12.2003 18:12, Michael Wechner wrote: Mmmh, but Epoz sends wellformed xhtml. The point is Epoz sends text/html as content-type, which is not handled by StreamGenerator(, yet). I don't want to tidy anything, at the mom. My question is: Why does the StreamGenerator no

Re: StreamGenerator doesn't accept text/html

2003-12-14 Thread Joerg Heinicke
On 14.12.2003 18:12, Michael Wechner wrote: Mmmh, but Epoz sends wellformed xhtml. The point is Epoz sends text/html as content-type, which is not handled by StreamGenerator(, yet). I don't want to tidy anything, at the mom. My question is: Why does the StreamGenerator not support text/html??

Re: StreamGenerator doesn't accept text/html

2003-12-14 Thread Michael Wechner
Rolf Kulemann wrote: On Sun, 2003-12-14 at 00:39, Joerg Heinicke wrote: On 14.12.2003 00:12, Rolf Kulemann wrote: Mmmh, but Epoz sends wellformed xhtml. The point is Epoz sends text/html as content-type, which is not handled by StreamGenerator(, yet). I don't want to tidy anything, at the mom.

Re: StreamGenerator doesn't accept text/html

2003-12-13 Thread Rolf Kulemann
On Sun, 2003-12-14 at 00:39, Joerg Heinicke wrote: > On 14.12.2003 00:12, Rolf Kulemann wrote: > > > Mmmh, but Epoz sends wellformed xhtml. The point is Epoz sends text/html > > as content-type, which is not handled by StreamGenerator(, yet). > > I don't want to tidy anything, at the mom. > > > >

Re: StreamGenerator doesn't accept text/html

2003-12-13 Thread Joerg Heinicke
On 14.12.2003 00:12, Rolf Kulemann wrote: Mmmh, but Epoz sends wellformed xhtml. The point is Epoz sends text/html as content-type, which is not handled by StreamGenerator(, yet). I don't want to tidy anything, at the mom. My question is: Why does the StreamGenerator not support text/html?? I gue

Re: StreamGenerator doesn't accept text/html

2003-12-13 Thread Rolf Kulemann
On Sun, 2003-12-14 at 00:00, Sylvain Wallez wrote: > Rolf Kulemann wrote:> > > No no! Read again the sentence that you snipped: < speech", this means "your concerns are valid and you can implement them, > but not by introducing a dependency on jtidy in the StreamGenerator". >> > > So you can wri

Re: StreamGenerator doesn't accept text/html

2003-12-13 Thread Sylvain Wallez
Rolf Kulemann wrote: On Sat, 2003-12-13 at 22:59, Sylvain Wallez wrote: Sorry, what do you mean with tidy aware and go for it? (sorry) Seems you have to learn the "cocoon speech" ;-) I have to learn a lot more than that, but I'm looking forward to it. Well, asking questions is

Re: StreamGenerator doesn't accept text/html

2003-12-13 Thread Rolf Kulemann
On Sat, 2003-12-13 at 22:59, Sylvain Wallez wrote: > Rolf Kulemann wrote: > >Ok, so Epoz is generating wellformed xhtml. (?) > > > > > > > >>I would be against making StreamGenerator tidy aware, but for anything > >>else go for it. > >> > >> > > > >Sorry, what do you mean with tidy aware and

Re: StreamGenerator doesn't accept text/html

2003-12-13 Thread Sylvain Wallez
Rolf Kulemann wrote: On Sat, 2003-12-13 at 20:45, Stefano Mazzocchi wrote: On 13 Dec 2003, at 11:05, Rolf Kulemann wrote: On Sat, 2003-12-13 at 19:53, Rolf Kulemann wrote: On Sat, 2003-12-13 at 19:04, Stefano Mazzocchi wrote: On 13 Dec 2003, at 02:19, Rolf Kulemann wrote:

Re: StreamGenerator doesn't accept text/html

2003-12-13 Thread Rolf Kulemann
On Sat, 2003-12-13 at 20:45, Stefano Mazzocchi wrote: > On 13 Dec 2003, at 11:05, Rolf Kulemann wrote: > > > On Sat, 2003-12-13 at 19:53, Rolf Kulemann wrote: > >> On Sat, 2003-12-13 at 19:04, Stefano Mazzocchi wrote: > >>> On 13 Dec 2003, at 02:19, Rolf Kulemann wrote: > >>> > >>> > >>> Is Epoz s

Re: StreamGenerator doesn't accept text/html

2003-12-13 Thread Stefano Mazzocchi
On 13 Dec 2003, at 11:05, Rolf Kulemann wrote: On Sat, 2003-12-13 at 19:53, Rolf Kulemann wrote: On Sat, 2003-12-13 at 19:04, Stefano Mazzocchi wrote: On 13 Dec 2003, at 02:19, Rolf Kulemann wrote: Is Epoz saving XHTML or HTML? Depends on the loaded markup to edit. If I load clean XHTML Epoz seem

Re: StreamGenerator doesn't accept text/html

2003-12-13 Thread Rolf Kulemann
On Sat, 2003-12-13 at 19:53, Rolf Kulemann wrote: > On Sat, 2003-12-13 at 19:04, Stefano Mazzocchi wrote: > > On 13 Dec 2003, at 02:19, Rolf Kulemann wrote: > > > > > > Is Epoz saving XHTML or HTML? > > Depends on the loaded markup to edit. If I load clean XHTML Epoz seems > to add only valid xh

Re: StreamGenerator doesn't accept text/html

2003-12-13 Thread Rolf Kulemann
On Sat, 2003-12-13 at 19:04, Stefano Mazzocchi wrote: > On 13 Dec 2003, at 02:19, Rolf Kulemann wrote: > > > Hello List, > > > > I'm currently integrating the Epoz editor into Lenya. > > This editor sends text/html as content-type in a PUT request when the > > document is being saved. > > > > I th

Re: StreamGenerator doesn't accept text/html

2003-12-13 Thread Stefano Mazzocchi
On 13 Dec 2003, at 02:19, Rolf Kulemann wrote: Hello List, I'm currently integrating the Epoz editor into Lenya. This editor sends text/html as content-type in a PUT request when the document is being saved. I thought it is a good idea to use the StreamGenerator to generate my XML within a xmap.

Re: StreamGenerator doesn't accept text/html

2003-12-13 Thread Rolf Kulemann
On Sat, 2003-12-13 at 11:56, Michael Wechner wrote: > Rolf Kulemann wrote: > > > > Do you think it makes sense that the StreamGenerator should accept > > text/html since html is a subset of xml ? > > > > > > I already made a tiny change to StreamGenerator to support text/html and > > it

Re: StreamGenerator doesn't accept text/html

2003-12-13 Thread Michael Wechner
Rolf Kulemann wrote: Hello List, I'm currently integrating the Epoz editor into Lenya. This editor sends text/html as content-type in a PUT request when the document is being saved. I thought it is a good idea to use the StreamGenerator to generate my XML within a xmap. The StreamGenerator comp

StreamGenerator doesn't accept text/html

2003-12-13 Thread Rolf Kulemann
Hello List, I'm currently integrating the Epoz editor into Lenya. This editor sends text/html as content-type in a PUT request when the document is being saved. I thought it is a good idea to use the StreamGenerator to generate my XML within a xmap. The StreamGenerator complains about a not supp