Hi Josh,

        I need to add to different xsl file depending upon the user's request  .

        Yes LibXSLT is installed , When i add to httpd.conf it gives me the error

#########################################################################################################################
Syntax error on line 675 of httpd.conf:
Can't load 
'/Net/stmdvocs/sbcexp/devl/SunOS/sparc-5.6/run/pd/cpan/5.6.1-eval/lib/auto/XML/LibXML/LibXML.so'
 for module XML::LibXML: ld.so.1: /sbcimp/run/pd/apache/1.3.19/bin/httpd: fatal: 
libxml2.so.2: open failed: No such file or directory at 
/sbcimp/run/pd/perl/5.005_03/lib/sun4-solaris/DynaLoader.pm line 169.
at /Net/stmdvocs/sbcexp/devl/SunOS/sparc-5.6/run/pd/cpan/5.6.1-eval/lib/XML/LibXSLT.pm 
line 8
BEGIN failed--compilation aborted at 
/Net/stmdvocs/sbcexp/devl/SunOS/sparc-5.6/run/pd/cpan/5.6.1-eval/lib/XML/LibXSLT.pm 
line 8.

Thanks

Raghu


-----Original Message-----
From: Josh Chamas [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 4:21 PM
To: Nalamada, Raghu
Cc: [EMAIL PROTECTED]
Subject: Re: : Yet more code (Was: Re: A nifty code sample to share)


[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


Visit our website at http://www.ubswarburg.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.


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

Reply via email to