Re: [xslt] bug in xsl:processing-instruction?



On Tue, Jul 15, 2003 at 12:00:31PM +0200, Pierre Fran?ois wrote:
> Hi
> 
> When I use the following xsl statement for producing html code with 
> xsltproc:
> 
> <xsl:processing-instruction name="php">
>    echo  $date;
> </xsl:processing-instruction>
> 
> I get the following output:
> 
> <?
>      echo $date;
>  >
> 
> I'm missing the '?' before the closing '>'. I fix it by putting
> 
> //?</xsl:processing-instruction>
> 
> instead of </xsl:processing-instruction>, but I wonder if this is not a 
> bug of xsltproc. Does anybody know why it behaves in such a way?

Works fine for me :-/
Hmm, before Daniel bites you: can you provide us with the neccesary
information (see the section about bug submission on the website)?
Version info etc. would really help ...

  hth Ralf Mattes

> Regards.
> 
> -- 
> Pierre Fran?ois (http://www.romanliturgy.org)
> Roemer Visscherstraat 46
> NL-1054 EZ Amsterdam (Netherlands)
> + 31 20 616 58 46
> 
> _______________________________________________
> xslt mailing list, project page http://xmlsoft.org/XSLT/
> xslt@gnome.org
> http://mail.gnome.org/mailman/listinfo/xslt



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]