On Sat, 2004-05-15 at 10:20, eoghan wrote:
> hi,
> im using the xslt_process() function, but want to use a php file with 
> generated xml content as the xml file i feed the
> function.... but it seems to complain that its a php file
> *Warning*: Sablotron error on line 22: XML parser error 4: not 
> well-formed (invalid token)
> when i use a test xml doc is works fine... i have the header set as 
> text/xml... anyone any ideas how i can use a php
> file with this function?

Why not run the file and get the output as a variable in you php file
that has the xslt_process() function in it.

--
BigDog

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

Reply via email to