[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
). Jeff Schnitzer [EMAIL PROTECTED] -Original Message- From: Jozsa Kristof [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 5:13 AM To: [EMAIL PROTECTED] Subject: [Mav-user] Defining a common view in the sitemap Hi there, I'm not sure whether this question got asked already

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

2003-03-20 Thread Brian Dame
To: [EMAIL PROTECTED] Subject: RE: [Mav-user] Defining a common view in the sitemap 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

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