Subject: Re: XSLT Processing w/ Embedded PHP Strips Trailing '?' of PI
From: Michael B Allen <mba2000@xxxxxxxxxx>
Date: Sun, 4 Dec 2005 19:11:47 -0500
|
On Sun, 4 Dec 2005 21:07:44 +0100 (CET)
drkm <darkman_spam@xxxxxxxx> wrote:
> Michael B Allen wrote:
>
> > Mmm, ok, well I guess I could use XHTML and use the
> > XML method. But if I do that I get errors about '<'
> > and '>' in the processing instructions.
>
> You can't have '<' in XML but for tagging. Use '<' instead.
If I do that the < > is propogated to the output and PHP
chokes. Even if it did work those characters appear far too frequently.
Oh, well.
Thanks,
Mike
|