I don't quite understand what you're asking. If you're constructing a DOM tree yourself in the controller and setting it as the model, a "trivial" view type will work fine. If you want your POJOs converted to a DOM automagically, look into Domify. Note that you will want to use "xslt" transforms.
As Marcel said, check out the friendbook-domify example in the opt-domify package. That may answer your questions. Jeff > -----Original Message----- > From: Eder, Warren CONT [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 21, 2003 10:57 AM > To: [EMAIL PROTECTED] > Subject: RE: [Mav-user] XSLT Support in Maverick > > > I have for some time trying to get an XSLT transformation to work for my > specific application. I've tryed the "trivia" view but I'm not certain > that this is what I want. I will describe in more dtail I want the > application to work. > > The model portion will get a DOM tree returned from an application that > accesses a database. I would like through a view to have the DOM tree > transformed using an .XSL based on the return code (SUCCESS, FAIL, etc.) > Using trivial, I have the .XSL file returned as a file instead of using it > to perform the transformation. I am looking for the configuration > information to make this work. I am getting familiar with the Maverick > system by using a debugger to walk through the processing. > > Thanks for any help. > > Warren Eder > 504-697-3324 > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=ick > [INVALID FOOTER] ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click [INVALID FOOTER]
