Posted by Tim Van Wassenhove on 05/10/06 14:21
On 2006-05-10, enriquejr <enriquejr@gmail.com> wrote:
> 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?
You want the *output* that is generated by page_tmp1.php, not the
source...
--
Met vriendelijke groeten,
Tim Van Wassenhove <http://timvw.madoka.be>
[Back to original message]
|