Re: [xsl] Blank lines in xhtml when generating with xslt and xml

Subject: Re: [xsl] Blank lines in xhtml when generating with xslt and xml
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 8 May 2003 09:19:50 +0100
With the blank lines before the encoding declaration the file is not
well formed and will be rejected by any XML parser.
You should not be able to generate that using XSLT, report it as a bug
to the maintainers of your XSLt system.

You may be able to use
<xsl:output omit-xml-declaration="yes"/>
as a workaround.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread