[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Re: encoding <-> omit-xml-declaration


Subject: Re: [xsl] Re: encoding <-> omit-xml-declaration
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Sun, 18 Jan 2004 17:26:06 -0500

At 2004-01-18 22:40 +0100, Maia Zaharieva wrote:
maybe i have done some error in reasoning, but
what i was thinking about was -  php script is always starting with <? and
ends with ?>... if i simply do copy of the processing instruction i am
loosing the question mark at the end when its the html output.

I use XML+XSLT to generate HTML+PHP for the registration sign-up for our XSL training. I accomplish what you need by just adding the "?" myself:


  <xsl:processing-instruction name="php">
    <xsl:text>if ( ! my_array_key_exists( '</xsl:text>
    <xsl:value-of select="@name"/>
    <xsl:text>', $HTTP_POST_VARS )</xsl:text>
    <xsl:text> ) { ?</xsl:text>
  </xsl:processing-instruction>

Note how the last text character is the question mark.

I hope this helps.

.................. Ken

--
North America (Washington, DC): 3-day XSLT/2-day XSL-FO 2004-03-15
-          (San Francisco, CA): 3-day XSLT/2-day XSL-FO 2004-03-22
Asia        (Hong Kong, China): 3-day XSLT/2-day XSL-FO 2004-05-17
Europe       (Bremen, Germany): 3-day XSLT/2-day XSL-FO 2004-05-24
Instructor-led on-site corporate, government & user group training
for XSLT and XSL-FO world-wide:  please contact us for the details

G. Ken Holman                 mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/s/bc


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list




Current Thread
Keywords