> xslt_process($xh, 'library.xml', 'simple-search-get-results.xsl',
>  --> 'results.xml', NULL, $params);
> $data = xslt_process($xh, 'results.xml',
>  --> 'simple-search-display-results.xsl', NULL, NULL, NULL);


What happens when you do the above...what is the var_dump of data?

--
BigDog

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to