RE: XML XSL and forms in IE5

Subject: RE: XML XSL and forms in IE5
From: anatd@xxxxxxxxxxx
Date: Thu, 20 Jul 2000 18:05:51 +0200
Hi,

><FORM method="POST" action="<xsl:value-of
>select="VERSION/SEGMENT/PARAMETER[@ID='ITEM_NUMBER_TYPE']"/>">

It's 
<FORM method="POST">
	<xsl:attribute name="action">
		<xsl:value-of
select="VERSION/SEGMENT/PARAMETER[@ID='ITEM_NUMBER_TYPE']"/>
	</xsl:attribute>
</FORM>

good luck, Anat


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


Current Thread