Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle XSQL Page / XSL problem
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
![]() |
![]() |