Re: DomRepresentation problem

2007-05-30 Thread Lee Saferite
Thanks for the quick fix!

Re: DomRepresentation problem

2007-05-30 Thread Thierry Boileau
Hello Lee, This problem has been fixed (see http://restlet.tigris.org/issues/show_bug.cgi?id=316) and is available in the svn repository. best regards, Thierry Boileau I'm not sure if this is a bug or a feature but... In the org.restlet.resource.DomRepresentation class, the write method is

Re: DomRepresentation problem

2007-05-29 Thread Thierry Boileau
Hi Lee, Thanks for reporting this issue. A new bug issue has been entered: http://restlet.tigris.org/issues/show_bug.cgi?id=316. Best regards, Thierry Boileau I'm not sure if this is a bug or a feature but... In the org.restlet.resource.DomRepresentation class, the write method is stripping

DomRepresentation problem

2007-05-25 Thread Lee Saferite
I'm not sure if this is a bug or a feature but... In the org.restlet.resource.DomRepresentation class, the write method is stripping out any doctype associated with the original Document object. This is due to the usage of the internal identity transform being used. I discovered it while playing