The docs are a little bit out of date :) So, actually it's not possible to *directly* use a class. The only solution right now, is to write a custom generator (= class) and put this in a sitemap pipeline which is then triggered by the authentication framework.
What a shame :-(
Writing a generator was my backup plan, so I guess I will go with it.
But I think it would be much more elegant if it would be possible to supply a class instead of a pipeline. I suspect it would also be much more efficient. After the generator is finished, the output is serialized and then parsed. If a class could be supplied, it could return a Source object and we could skip the serialization (at least).
feri.
P.S. Cocoon is awesome. Keep on the good work, as the cliche goes.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]