You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Torsten Curdt <tc...@dff.st> on 2000/11/29 10:27:24 UTC

XObject

Hi, there!

With Cocoon1 we are using some classes that have
a toDOM() function to pass xml to cocoon.
Since with Cocoon2 this doesn't make sense any
more we need also have to have a toSAX() method.

As proposed in the cocoon-users list the classes
should implement the XObject interface. So these
classes can become more portable.

Now that we are moving to cocoon2 I was looking
for this interface but didn't find it in the source.

Any hints, comments?
--
Torsten