Re: modify requested resource before compiling

2008-05-30 Thread Pid
So... If you want to transform some XML into some different XML? "XSLT, which is a language for transforming XML documents into other XML documents." http://www.w3.org/TR/xslt If your 'other namespace' is just a generic placeholder, you could make it match the namespace of a Tag Library (w

Re: modify requested resource before compiling

2008-05-29 Thread MartinV
one process. I know that it's possible to modify the request before processing - but I couldn't find a possibility to handle the loaded resource before compiling. Thanks for the help, Martin -- View this message in context: http://www.nabble.com/modify-requested-resource-before-compili

Re: modify requested resource before compiling

2008-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, MartinV wrote: | Hi list, | I've got a task to solve and I don't have any clue where to start. Here's | the chain for delivering a resource like a JSP file to client. | | 1)Client => 2)Request => 3)Modify Resource => 4)Normal Handling like |

modify requested resource before compiling

2008-05-29 Thread MartinV
I hope that anyone has an idea/hint for me where to look/what to do or otherwise could tell me that I'm barking up the wrong tree and it is for sure not possible to modify the file before handling it. Thank you very much. Martin -- View this message in context: http://www.nabble.com/mo