Re: [xsl] Issues with output of IMG, LINK (css) tags and   literal ? Parsers faulty or ??

Subject: Re: [xsl] Issues with output of IMG, LINK (css) tags and   literal ? Parsers faulty or ??
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 11 Sep 2003 10:04:54 +0100

> WHY DOES IT DO THAT ? 

Because otherwise it wouldn't be valid html. <img src="foo"/> is a syntax error in 
html. (Some systems may not report this as an error, but they should)

If you don't want html output, use
<xsl:output method="xml"/>

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