Subject: Re: XML XSL and forms in IE5
From: RSuiter@xxxxxxxxx
Date: Thu, 20 Jul 2000 08:38:08 -0500
|
Owen Synge:
>> I want to use XML to change the address of the forms return address,
>> anyone know how I can do this in IE5 ...
Jean de Lavarene:
> Maybe you can try :
> <xsl:variable name="toto" select="VERSION/SEGMENT/PARAMETER[@ID
='ITEM_NUMBER_TYPE']"/>
> <FORM method="POST" action="{$toto}"/>
Me:
Not in IE5 version of xsl, because it doesn't implement xsl:variable. The
later versions of msxml3 do, however.
Rick Suiter
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|