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



On Tue, Jul 15, 2003 at 02:52:58PM +0200, Pierre Fran?ois wrote:
> Morus Walter wrote:
> 
> > 
> > The missing ? at the end of the PI is due to the xslt spec:
> > http://www.w3.org/TR/xslt#section-HTML-Output-Method:
> > ...
> > The html output method should terminate processing instructions 
> > with > rather than ?>
> > ...
> 
> I will improve the accuracy of my question:

But isn't it answered allready? 
Your stylesheet sets the output method to 'html'.
The correct PI for html is (as Walter said) <?blub foo>.
You expect _XML_ PIs which you will undoubtly get if you
set your output method to 'xml'.

Hth Ralf Mattes



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