>  I got this to work nicely inside an epl file:
>
>  Execute ({
>      inputfile => 'test.xml',
>      recipe => 'EmbperlXalanXSLT',
>      xsltstylesheet => 'test.xsl'
>      }) ;
>
> But what i really want to do is something like:
>
> 1) process my embperl file through embperl
> 2) process the result through Xalan (or the xslt processor)
>

Do you mean you want to request the file through the browser and then the
two step should happen? If yes, write the following in your httpd.conf:

<files *.xml>
SetHandler perl-script
PerlHandler HTML::Embperl
SetEnv EMBPERL_RECIPE EmbperlXalanXSLT
SetEnv EMBPERL_XSLTSTYLESHEET test.xsl
</files>

Now every .xml file first run thru Embperl and then thru Xalan and
afterwards send to the bowser.

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to