Well guys, here's the problem.
I have an xml document (on-line) and i want to use an xslt through a php script to produce an html page.
After having installed and unistalled the Sablotron functions (because they simply didn't work -and i don't know why, they just crushed tmy IIS), i managed to do it with one simple problem: The produced html page was empty, meaning that it was only an html shell (
<head><title></title></head>
<body></body>
).
It seems that the xslt_process() function of php doesn't work.
I used some very simple examples from phpbuilder.com and devshed.com, and all i get is the "blank" hmtl page...
Anyone has any idea???
Thanx in advance..
Marios Petrides