Next in thread → Next in month →

Re: [xml-dev] How to transfer xml to code by xslt?

From
Philippe Poulard <>
To
LUKE <>
Date
2006-04-03T08:54:02Z
ID
<>
Thread
Re: [xml-dev] How to transfer xml to code by xslt?
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 !
Next in thread → Next in month →