Hi, I use extensively views for debugging. But there is something I find annoying.
Each view has a different "from-label" but post-processes the exit point exactly in the same way (transformation to an human readable xml and serialization to html). So I end up with many different views that only differ by the "from-label" value. I would like something like: <map:views> <map:view name="debug-view" from-label="***form-login, prepare, process-content...***"> <map:transform src="stylesheets/readable-xml.xsl"/> <map:serialize type="html"/> </map:view> I does not seem to be possible. Do I miss something? If not, any idea of a simple workaround to avoid the multiplication of views in a similar case? Oscar __________________________________ Do you Yahoo!? Yahoo! Search - Find what you�re looking for faster http://search.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
