Re: ppr and javascript response

2007-04-27 Thread Ernst Fastl
Hi mario, that is exactly the solution we had in mind for that problem. Unfortunately I didn't have time to implement that so far because there have always been more pressing issues. I hope I'll be able to do so next week during ApacheCon. regards Ernst On 4/26/07, Mario Ivankovits [EMAIL

Re: ppr and javascript response

2007-04-27 Thread Mario Ivankovits
Hi Ernst! that is exactly the solution we had in mind for that problem. Ah - great! :-) Unfortunately I didn't have time to implement that so far because there have always been more pressing issues. No hurry! I hope I'll be able to do so next week during ApacheCon. Have fun there. Ciao,

ppr and javascript response

2007-04-26 Thread Mario Ivankovits
Hi! As far as I know its not yet possible to process the javascript within the response, is it? Hmm ... a naive question, would it be really that easy if we just get all script tags and eval() their content? This would not work with referenced javascript files, but with embedded script code, no?