Re: Extending HTML syntax

2003-02-14 Thread Gerald Richter
> Thanks, I will check it out. Will this change be integrated into the next > release of Embperl? > Yes, It's already in the cvs > Btw, when will the next release happen? > Should have been happen some weeks ago, but I didn't had enought spare time. Hopefully I can release b9 at the weekend Ger

Re: Extending HTML syntax

2003-02-14 Thread Yatin Chawathe
Thanks, I will check it out. Will this change be integrated into the next release of Embperl? Btw, when will the next release happen? Yatin - Original Message - From: "Gerald Richter" <[EMAIL PROTECTED]> To: "Yatin Chawathe" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, Februar

Re: Serve pdf files.

2003-02-14 Thread Gerald Richter
> Solution 3: EmbPerl will help me somehow > Sorry, but I am not quite understand what's your question? Is it the problem that it's inside an EmberlObject? Gerald - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: Extending HTML syntax

2003-02-14 Thread Gerald Richter
Hi, > > $self->AddTag('epimg', ['width', 'height'], ['src'], undef, > { > perlcode => >'my ($w, $h, $src); > $w = %&width%; > $h = %&height%; > $src = %&src%; > if (!defined $w && !defined $h) { > ($w, $h) = my_own_func_to_get_img_d

Serve pdf files.

2003-02-14 Thread Kaare Rasmussen
I would like to serve some pdf documents with Embperl. I don't want Apache to do it if I can avoid it. I can't just put "$http_headers_out{'Content-Type'} = 'application/pdf';" at the top; this is in the middle of an EmbperlObject page that has more work to do. Solution 1. Open a window with