RE: [Mav-user] Newbie: Default transforming *.html/*.jsp or whatever

2003-02-28 Thread Schnitzer, Jeff
Pretty cool! It's amazing what you can do with filters :-) Jeff -Original Message- From: Jonas Van Poucke [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 12:57 AM To: [EMAIL PROTECTED] Subject: [Mav-user] Newbie: Default transforming *.html/*.jsp or whatever I tried

[Mav-user] Newbie: Default transforming *.html/*.jsp or whatever

2003-02-26 Thread Jonas Van Poucke
I tried using a filter. But Maverick is very good at doing transformations (XSLT and Velocity). To put it in another way: I can do a transformation transparantly by pointing to an url... So, what I would like to do, is actually processing *all* requests (also to external HTML sources) and include

RE: [Mav-user] Newbie: Default transforming *.html/*.jsp or whatever

2003-02-25 Thread Schnitzer, Jeff
Hm. Why not create a Filter to do that? It seems more natural than trying to use Maverick. Jeff -Original Message- From: Jonas Van Poucke [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 8:19 AM To: [EMAIL PROTECTED] Subject: [Mav-user] Newbie: Default transforming

[Mav-user] Newbie: Default transforming *.html/*.jsp or whatever

2003-02-24 Thread Jonas Van Poucke
Hi, I have a question on doing the following: 1. If a command exists in maverick, execute it 2. If it does not exist, e.g. for MyPage.html then do: a. Load theat page (DocumentView) b. perform any default transformation (e.g. like stripping out any attributes on some tag, using XSLT)

RE: [Mav-user] Newbie: Default transforming *.html/*.jsp or whatever

2003-02-24 Thread Eelco Hillenius
Poucke Sent: maandag 24 februari 2003 17:19 To: [EMAIL PROTECTED] Subject: [Mav-user] Newbie: Default transforming *.html/*.jsp or whatever Hi, I have a question on doing the following: 1. If a command exists in maverick, execute it 2. If it does not exist, e.g. for MyPage.html then do: a. Load