Hello Jim, > How is the priority of several transform types? > > <view name="success" type="document" path="queryResult.jsp"> > <transform type="xslt" path="lookAndFeel.xsl"/> > <transform type="fop"/> > </view> > > The priority is strictly linear based on the order in the maverick.xml file. > The view will always run first, the the transforms will be run in the order > they appear. In this case, the jsp "queryResult.jsp" will run first. The > output of that jsp will be run through the stylesheet "lookAndFeel.xsl". > Then the output of that transformation will serve as the input for the fop > transform. Couple of things to note. Since the result of queryResult.jsp > will serve as the input to lookAndFeel.xsl, you need to make sure that > queryResult.jsp produces a valid xml document. Then you need to make sure > that the input to fop is a valid fo document. The maxTransforms param is > excellent for debugging this as you can use it to halt the transform process > at a given step.
Thanks for your explanation, now everything gets more obvious. I will start with some testing right now. Regards, Phil __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Mav-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mav-user Archives are available at http://www.mail-archive.com/
