|
Subject: Re: [xsl] Set XSL-Value in a JavaScript From: Michael Ludwig <mlu@xxxxxxxxxxxxx> Date: Tue, 30 Sep 2008 13:34:13 +0200 |
<form method="post" enctype="text/plain" name="myForm" action="">
<textarea name="mail" rows="7" cols="15" />
<input type="submit" value="Send!"
onklick="OnSendForm(<xsl:value-of select="/details/address" /> )" />
You can't use XML markup inside an XML attribute. Use an XML parser to try and parse your stylesheet - it is not valid XML.
This is called an "attribute value template" (AVT). Look it up in Google or a book.
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Set XSL-Value in a JavaS, Martin Honnen | Thread | Re: [xsl] Set XSL-Value in a JavaS, henry human |
| Re: [xsl] Set XSL-Value in a JavaS, Martin Honnen | Date | Re: [xsl] Set XSL-Value in a JavaS, henry human |
| Month |