This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: XML XSL and forms in IE5


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]