[xslt] problem with html output



Hi !

	How to have an ouput like
	<a href="<? echo $url; ?>">.......
with an html ouput ? 
I've tried with 
	<xsl:element name="a">
		<xsl:attribute name="href">
			<xsl:text disable-output-escaping><![CDATA[ <? echo $url; ?> ]]></xsl:text>
		</xsl:attribute>
	</xsl:element>
but it doesn't work !

Thanks

-- 
________________________________________________________
         panard@inzenet.org                http://www.inzenet.org



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