Re: Bug in HTMLSerializer?

2004-06-17 Thread Stephan Coboos
Stephan Coboos wrote: Pier Fumagalli wrote: On 15 Jun 2004, at 17:28, Stephan Coboos wrote: Hello, in my XML doc I need to declare some entities. But if I do so, I cant use the HTMLSerializer to output my doc because a braket > appears on the right top corner. Why? Is it a bug in HTMLSeriali

Re: Bug in HTMLSerializer?

2004-06-17 Thread Stephan Coboos
Pier Fumagalli wrote: On 15 Jun 2004, at 17:28, Stephan Coboos wrote: Hello, in my XML doc I need to declare some entities. But if I do so, I cant use the HTMLSerializer to output my doc because a braket > appears on the right top corner. Why? Is it a bug in HTMLSerializer? What can I do

Re: Bug in HTMLSerializer?

2004-06-17 Thread Torsten Curdt
Did you try using the XML serializer in the "serializers" package? Class name is org.apache,cocoon.components.serializers.XMLSerializer I fixed an issue with the namespace handling on that one. But it still doesn't seem to be totally sane though. We had to switch back to the default :-/ my 2 cents

Re: Bug in HTMLSerializer?

2004-06-17 Thread Pier Fumagalli
On 15 Jun 2004, at 17:28, Stephan Coboos wrote: Hello, in my XML doc I need to declare some entities. But if I do so, I cant use the HTMLSerializer to output my doc because a braket > appears on the right top corner. Why? Is it a bug in HTMLSerializer? What can I do to avoid this? Did you

Re: Bug in HTMLSerializer?

2004-06-17 Thread Steven Noels
On 17 Jun 2004, at 08:19, Stephan Coboos wrote: Bruno Dumon wrote: For example, inserting an identity XSLT transform will do this (though not in the most optimal way) Did you have an example how to do that? http://www.dpawson.co.uk/xsl/sect2/identity.html#d5165e13 -- Steven Noels

Re: Bug in HTMLSerializer?

2004-06-16 Thread Stephan Coboos
Bruno Dumon wrote: This is a problem in the Xalan serializer. You could file a bug report with them. (but make sure you're using the latest version -- I seem to remember that something like this was fixed before). I can remember this bug already exists in Cocoon 2.1.x (!). I will see to report

Re: Bug in HTMLSerializer?

2004-06-16 Thread Bruno Dumon
On Tue, 2004-06-15 at 16:44, Stephan Coboos wrote: > Hello, > > in my XML doc I need to declare some entities. But if I do so, I cant > use the HTMLSerializer to output my doc because a braket > appears on > the right top corner. Why? Is it a bug in HTMLSerializer? What ca

Bug in HTMLSerializer?

2004-06-15 Thread Stephan Coboos
Hello, in my XML doc I need to declare some entities. But if I do so, I cant use the HTMLSerializer to output my doc because a braket > appears on the right top corner. Why? Is it a bug in HTMLSerializer? What can I do to avoid this? My xml doc: ]> &foo; M

Bug in HTMLSerializer?

2004-06-15 Thread Stephan Coboos
Hello, in my XML doc I need to declare some entities. But if I do so, I cant use the HTMLSerializer to output my doc because a braket > appears on the right top corner. Why? Is it a bug in HTMLSerializer? What can I do to avoid this? My xml doc: ]> &foo; M