Subject: RE: embedded php in xslt
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 4 Nov 2003 14:09:09 -0000
|
In HTML, according to the spec, processing instructions are supposed to
end in > rather than ?>.
I don't know if this helps you with your problem, I'm just throwing it
in as information.
Michael Kay
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> Michael Olszynski
> Sent: 04 November 2003 08:24
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: embedded php in xslt
>
>
> Thanks a lot that works, but the closing "?" is not written with
>
> <xsl:processing-instruction name="php"> stuff
> </xsl:processing-instruction>
>
> i get following output:
>
> <?php stuff >
>
> do i have to write manually:
>
> <xsl:processing-instruction name="php"> stuff
> ?</xsl:processing-instruction>
>
> or is there any other solution to automatically generate the
> ? at the end.
>
> Thanks Michael
>
>
>
> David Carlisle wrote:
>
> >>but I´d need
> >>
> >><?php ......
> >>
> >>
> >
> ><? stuff ?>
> >is a processing instruction, generated by
> >
> ><xsl:processing-instruction name="php"
> > > stuff </xsl:processing-instruction>
> >
> >David
> >
> >
> >
> >
>
> --
> Michael Olszynski Dipl.-Ing.(FH)
> Software Engineer
>
> ___ |X__________________________________________________________
> X|
>
> eXXcellent solutions gmbh
> In der Wanne 55
>
> D-89075 ulm
>
> e | m.olszynski@xxxxxxxxxxxxx
> t | +49 [0]731-55026-39
> f | +49 [0]731-55026-99
> i | www.exxcellent.de
> ________________________________________________________________
>
> Geschäftsführer: Dr. Martina Maier, Wilhelm Zorn, Gerhard
> Gruber Sitz der Gesellschaft: Ulm, Registergericht: Ulm HRB 4309
>
>
>
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|