Hi Josh ,

         Thanks for your help . Atlast Resolved XSLT error , I had to include 
/Net/stmdvocs/sbcexp/devl/SunOS/sparc-5.6/run//pd/libxslt/1.0.20/lib in 
LD_LIBRARY_PATH.

         I generate XML from SQL using perl module XML_RDB . Using Apache::ASP i like 
to display the output depending upon xsl choosen.

         As you have indicated below can i use something like 

$Server->Config("Test.xml")
and
$Server->Config("Test.xml")

        The name of the xml file generated would be different according to choices 
made . Not sure what the syntax
should be in calling the XML file .

Regards

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


[EMAIL PROTECTED] wrote:
> Hi Josh,
> 
>         I need to add to different xsl file depending upon the user's request  .
> 

I believe the $Server->Config() method that I mentioned should work for you.

>         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.
> 

You need to get XML::LibXSLT installed such that it will load correctly
via a PerlModule directive and also a command like:

   perl -MXML::LibXSLT -e ''

Make sure that the location of the libxml2 is found correctly
in your system LD_LIBRARY_PATH.

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