Subject: RE: XSLT Processing w/ Embedded PHP Strips Trailing '?' of PI
From: "Nathan Young -X \(natyoung - Artizen at Cisco\)" <natyoung@xxxxxxxxx>
Date: Mon, 5 Dec 2005 11:24:04 -0800
|
Hi.
Php also provides XML start and end tags that can sometimes play better with
XSL:
<script language="php">
//your php commands here
</script>
---------->Nathan
> -----Original Message-----
> From: drkm [mailto:darkman_spam@xxxxxxxx]
> Sent: Monday, December 05, 2005 3:54 AM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: XSLT Processing w/ Embedded PHP Strips
> Trailing '?' of PI
>
> Michael B Allen wrote:
>
> > On Sun, 4 Dec 2005 21:07:44 +0100 (CET)
> > drkm wrote:
>
> > > You can't have '<' in XML but for tagging. Use
> > > '<' instead.
>
> > If I do that the < > is propogated to the output
> > and PHP chokes.
>
> What's exactly the symptom?
>
> > Even if it did work those characters appear far
> > too frequently.
>
> And what's the problem, then? You can consider using a CDATA
> section, too.
>
> --drkm
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> ______________________________________________________________
> _____________
> Appel audio GRATUIT partout dans le monde avec le nouveau
> Yahoo! Messenger
> Tilichargez cette version sur http://fr.messenger.yahoo.com
|