Hi there ...
I would like to parse XML data with php on the server to
send HTML to the client ... no client side XML parsing.
I am already using "expat" to parse the content and
it works wonderfull ...
So far .. so good.
Now I put the output into arrays which then fill PHP_LIB
templates.
But this is kind of tedious ... what I want to know is if
there is already realiable XSL/XSLT parsing availabe and
which option is the best ?
Kind regards
Wolfgang