[
Lists Home |
Date Index |
Thread Index
]
LUKE wrote:
> XML Document:
>
> <logic>
> if ($a==1){
> <execute-query>
> <![CDATA[
> SELECT * FROM address WHERE id =$CGI_paraname
> ]]>
> </execute-query>
> }else{
> <execute-query>
> <![CDATA[
> SELECT * FROM address2 WHERE id =$CGI_paraname
> ]]>
> </execute-query>
> }
> </logic>
>
> I want to transfer to using *.xsl.
>
Hi,
Why wouldn't you use an engine that could execute it almost as-is ?
It would look like this :
http://reflex.gforge.inria.fr/tutorial.html#N801062
Have a look at the Webapp example, as you seem to use CGI variables.
--
Cordialement,
///
(. .)
--------ooO--(_)--Ooo--------
| Philippe Poulard |
-----------------------------
http://reflex.gforge.inria.fr/
Have the RefleX !
|