[EMAIL PROTECTED] wrote:
> Hi All ,
> 
>          Is there any way in Apache::ASP to dynamically give a XSL file rather 
>setting to default like template.xsl in .htaccess file as given in eg directory.
> 

Try:

   $Server->Config('XSLT', 'filename');

you could add this to Script_OnStart global.asa for example.

>          Also iam seem to be having erros when using LIBXSLT
> XSLT/XML processing error: Can't locate object method "new" via package 
>"XML::LibXSLT" at 
>/Net/stmdvocs/sbcexp/devl/SunOS/sparc-5.6/run/pd/cpan/5.6.1-eval/lib/Apache/ASP.pm 
>line 1718. , 
>/Net/stmdvocs/sbcexp/devl/SunOS/sparc-5.6/run/pd/cpan/5.6.1-eval/lib/Apache/ASP.pm 
>line 3817 
> 

Do you have XML::LibXSLT installed?  Does it help if you add

   PerlModule XML::LibXSLT

to your apache httpd.conf ?  Can you get XML::XSLT or
XML::Sablotron to work as your XSLTParser, and just not
XML::LibXSLT ?

Regards,

Josh

________________________________________________________________
Josh Chamas, Founder                   phone:925-552-0128
Chamas Enterprises Inc.                http://www.chamas.com
NodeWorks Link Checking                http://www.nodeworks.com


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

Reply via email to