Re: [xsl] html to xml non breaking spaces

Subject: Re: [xsl] html to xml non breaking spaces
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 15 Feb 2005 16:18:05 GMT
PS
	<xsl:template match="*[@src|@href]">

In what way is this template any different from your default one?
		<xsl:element name="{name()}">
is more or less the same as xsl:copy
<xsl:when test="name()='src'">
						<xsl:attribute
name="{name()}">

ditto.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. 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
________________________________________________________________________

Current Thread