Re: [PHP-DEV] mysql_fetch_xml

2001-08-23 Thread Eliot Shepard
lan for something a la search.cpan.org for PEAR? Thanks for the input, gentlemen. Eliot -- Eliot Shepard [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the li

[PHP-DEV] mysql_fetch_xml

2001-08-23 Thread Eliot Shepard
t;$value"; } $retval .= ""; } $retval .= ""; return $retval; } ?> Here's a usage example: $rows = mysql_query($query, $dblink); $xml= mysql_fetch_xml($rows); $parser = xslt_create(); $xsl= join ('', file ('./present_rows.xsl&#