Posted by enriquejr on 05/10/06 10:18
Hi. I'm writing a script for mobile content delivery. It has to be
adoptive to the capability of a user-agent. My php script echo a
document formatted in xhtml. In trying to convert it to WML, I am
learning to use php's XSL functionality. Anyway,
-- snip --
$xml = new DOMDocument;
$xml->load('page_tmpl.php');
-- snip --
Does not work. What is another way of doing this?
[Back to original message]
|