[Mav-user] Defining a common view in the sitemap

2003-03-20 Thread Jozsa Kristof
Hi there, I'm not sure whether this question got asked already.. please bear with me if it had. Is it possible to define a custom view for *every* maverick command (or for a couple of ones) with the same output? Eg. I implemented my own ProtectedController, which has a default output called

RE: [Mav-user] Defining a common view in the sitemap

2003-03-20 Thread Schnitzer, Jeff
Are you familiar with XSLT? Maverick allows you to define an XSLT template that will be used to transform the config file prior to loading it. This means, effectively, that the config file format can be anything you want. Look in the documentation for the configTransform init-param to the

RE: [Mav-user] Defining a common view in the sitemap

2003-03-20 Thread Brian Dame
Could this same aproach be used to define something like a path variable? What I'd like is something similar to Ant property elements. For example, most of my tranform elements all have the same path. It would be a lot easier to define that path once and then reference that variable name:

Re: [Mav-user] Defining a common view in the sitemap

2003-03-20 Thread toby cabot
On Thu, Mar 20, 2003 at 03:47:43PM -0500, Brian Dame wrote: Could this same aproach be used to define something like a path variable? What I'd like is something similar to Ant property elements. For example, most of my tranform elements all have the same path. It would be a lot easier to