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


Maybe you can try :

<xsl:variable name="toto" select="VERSION/SEGMENT/PARAMETER[@ID='ITEM_NUMBER_TYPE']"/>
<FORM method="POST" action="{$toto}"/>

Jean

----- Original Message ----- 
From: "Owen Synge" <owen.synge@kewill.com>
To: "_XSL List" <xsl-list@mulberrytech.com>
Sent: Thursday, July 20, 2000 1:54 PM
Subject: XML XSL and forms in IE5


> I want to use XML to change the address of the forms return address,
> anyone know how I can do this in IE5 which I am imbedding as a GUI into
> an ap?
> 
> 
> 
> <FORM method="POST" action="<xsl:value-of
> select="VERSION/SEGMENT/PARAMETER[@ID='ITEM_NUMBER_TYPE']"/>">
> 
> does not work
> 
> Owen Synge
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


 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]