M
Martin Plantec
Hello,
In another post, I mentionned I was using PHP with Sablotron 1.0 as my
server-side XSLT processor.
I have several websites, some of them with thousands pages. Everything
is stored as XML. For the past few years, I have been generating static
HTML pages through Perl scripts and uploading them. I am now
experimenting with XSLT, to see if the performance is still acceptable
(it would obviously be more convenient for *me*).
Now Tjerk and Nick warned me (in the other thread) that Sablotron was a
lousy xmlt processor with bad error reporting (Tjerk) and slow (Nick).
I am not sure I can use anything else, since I am dependent on what my
web host has installed. Nick mentions mod_transform, which I guess is
http://www.outoforder.cc/projects/apache/mod_transform/docs/
Apparently, one uses this by stating in .htaccess which stylesheet
should be used, and then the XML files are accessed directly by the
users? But I am afraid this wouldn't work, because I will probably need
to do some processing in PHP, too, before to deliver the web pages
based on the XML...
Any comment/suggestion/pointer welcome!
Thanks,
Martin
In another post, I mentionned I was using PHP with Sablotron 1.0 as my
server-side XSLT processor.
I have several websites, some of them with thousands pages. Everything
is stored as XML. For the past few years, I have been generating static
HTML pages through Perl scripts and uploading them. I am now
experimenting with XSLT, to see if the performance is still acceptable
(it would obviously be more convenient for *me*).
Now Tjerk and Nick warned me (in the other thread) that Sablotron was a
lousy xmlt processor with bad error reporting (Tjerk) and slow (Nick).
I am not sure I can use anything else, since I am dependent on what my
web host has installed. Nick mentions mod_transform, which I guess is
http://www.outoforder.cc/projects/apache/mod_transform/docs/
Apparently, one uses this by stating in .htaccess which stylesheet
should be used, and then the XML files are accessed directly by the
users? But I am afraid this wouldn't work, because I will probably need
to do some processing in PHP, too, before to deliver the web pages
based on the XML...
Any comment/suggestion/pointer welcome!
Thanks,
Martin