xsl-list
[Top] [All Lists]

RE: XSLT Processing w/ Embedded PHP Strips Trailing '?' of PI

2005-12-05 12:24:04
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(_at_)yahoo(_dot_)fr] 
Sent: Monday, December 05, 2005 3:54 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] 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
'&lt;' instead.

If I do that the &lt; &gt; 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 
Téléchargez cette version sur http://fr.messenger.yahoo.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--