xsl-list
[Top] [All Lists]

RE: XSLT and PHP

2004-07-02 13:14:49
Great !!! thanks a lot

By the way you know how i can resolve this please 
<xsl:variable name="choice"><xsl:value-of select="desc" /></xsl:variable>
                <xsl:for-each select="../../SELECT/$choice">
Xslt won't work with this 

Pierre 

-----Message d'origine-----
De : Lucas Brasilino [mailto:brasilino(_at_)recife(_dot_)pe(_dot_)gov(_dot_)br] 
Envoyé : vendredi 2 juillet 2004 21:05
À : xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Objet : Re: [xsl] XSLT and PHP

Hi all,
Hi:

I use php to transform my xml and i wanna know if i can use a php var into
my xsl ? and how do that ?
Thanks to all

You can use:

<?

$xslt_param = array("param" => "$paramvalue");

$result =  $xsldoc->process($xmldoc,$xslt_param);
echo $xsldoc->result_dump_mem($result);

?>


[]'s
Lucas Brasilino
brasilino(_at_)recife(_dot_)pe(_dot_)gov(_dot_)br
http://www.recife.pe.gov.br
Emprel -        Empresa Municipal de Informatica (pt_BR)
                Municipal Computing Enterprise (en_US)
Recife - Pernambuco - Brasil
Fone: +55-81-34167078


--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--





<Prev in Thread] Current Thread [Next in Thread>