I need to generate and send multiple xml documents over a socket.
Is it feasible to use php as a templating language for these? How would
i go about that?
I figure i _could_ make them into 'normal pages' and fetch the contents
using some http library, but that doesn't sound too elegant. There has
to be a better way?
Thanks,
Isak
Is it feasible to use php as a templating language for these? How would
i go about that?
I figure i _could_ make them into 'normal pages' and fetch the contents
using some http library, but that doesn't sound too elegant. There has
to be a better way?
Thanks,
Isak
Comment