Re: [xsl] Malformed META tag

Subject: Re: [xsl] Malformed META tag
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 6 Feb 2002 11:51:05 GMT
If the top level output element is HTML as in your example
then XSLT will default to the html output method. In HTML empty elements
do not use the /> syntax.

You have also soecified the html output method in your xsl:output.


If you want to output XHTM, the you need to add 
<xsl:output method="xml"/>

David


_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread