Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle XSQL Page / XSL problem

Re: Oracle XSQL Page / XSL problem

From: Alexander Wohrer <Alexander.Wohrer_at_cern.ch>
Date: Tue, 20 Aug 2002 11:38:45 +0200
Message-ID: <ajt2n4$3p8$1@sunnews.cern.ch>


Problem solved!

Using the include-requested-params in the xsql file makes the parameters also
accessible in the xsl file with

 <xsl:when test="starts-with(//*/parameters/service,'%')">

> I'm starting a xsql page with the url:
> host/one_col_view.xsql?service=ars&prob=dba
> and transforming the xml result with an xsl file into html
>
> How can I access the parameters give to the xsql in the xsl file
> for example in the <xsl:choose test="service=XZY"> tag
>
> Thx for help
> Alex
>
>
Received on Tue Aug 20 2002 - 04:38:45 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US