The result parameter is giving me grief. I'm using W2K, IIS5, latest PHP build for W2K.
I've installed XML and XSLT with no issues. They work perfectly.
My problem is using xslt_process with a result parameter other than NULL. I want the xslt_process to save my transformation into a file (either a new one or better yet the original).
I keep getting
Error: cannot write to URI 'file://C:/location/news.xml' where news.xml is the original file I'm transforming.
If I use another file it simply outputs a 1 (which I assume is the function return code). However there is nothing to suggest it wrote the file successfully.
Any ideas? I've tried giving complete permission to Everyone on the website I'm working on (local machine for now) and still doesn't work.