[PHP] Re: Applying XSL to XML with PHP

2002-07-25 Thread Peter Clarke
ctan wrote: > The XML would be something like this... > > Just noticed something... $line = mysql_fetch_array($result, MYSQL_ASSOC); returns an array. Your $arguments array wants a string. So.. $xml = join($line, ''); $arguments = array('/_xml'=> $xml); Peter > > Hope this helps... >

[PHP] RE: Applying XSL to XML with PHP

2002-07-25 Thread ctan
The XML would be something like this... Argument from Position to Know a is in a position to know whether A is true a asserts that A is true A is true Is a in a position to know whether A is true? Is a an honest (trustworthy, rel

[PHP] Re: Applying XSL to XML with PHP

2002-07-25 Thread Peter Clarke
Ctan wrote: > I'm trying to apply XSL to XML stored in a MySQL database with PHP. How do I > go about doing this? I've tried following the example on php.net but I seem > to run into a lot of trouble. Here's how the code looks like (BTW aml is XML > stored in the argument Table): > > > if (! emp