[EMAIL PROTECTED] wrote:
> 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 
> 

Use $Server->Config('XSLT', 'test.xsl') to change the XSL document
at runtime.

If you have some arbitrary XML & XSL that you want to transform,
you may use $Server->XSLT() method, and just pass in the raw data.
Please see http://www.apache-asp.org/objects.html#%24Server-%3EXSL7df794aa
for more about this method.

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

The normal way the XSLT tranformation is done is the output of the
ASP script is treated as the source XML, and then you specifiy the
XSL file with the XSLT config parameter.  The idea here was that
you could have a global XSL renderer & each of your ASP scripts
would act as the source XML data, so that in fact your ASP scripts
could even be literally source XML data.

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