> > Something like that, yes. As I suggested, one could try to create a
> > SAXFilter with a functionality similar to WW's core jsp taglib.  The
other
> > possibilty would be a XSLT extension. But as I said, I'd like to have
the
> > opportunity to reuse WW actions in C2. And integrating such an extension
> > with C2 is not feasible, neither conceptually nor technically.
>
> The template engine of xdoclet look very promising to me. It should be
> easy to implement some webwork tag handlers. Although -- I don't know if
> its XML or text-based.

At a quick glance, I only found a configuration related class and a
validator dealing with SAX events in XDoclet, so I'd guess it's text-based?

Anyway, would it really be too hard to make a SAXFilter that clones WW's
core taglib functionality? Normally, the tricky part with SAX are state
keeping issues. But most of this state keeping stuff should be handled by
the ValueStack already. Or am I wrong?

    Sven



_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user

Reply via email to