Subject: How can I parse this?
From: Marcial Atienzar Navarro <maratna@xxxxxxxxxxxxx>
Date: Thu, 12 Dec 2002 10:28:33 +0100 (CET)
|
Hello everybody,
I have this template:
<xsl:template match="entry[@type='STRING']" mode="input">
<input class='{$FORM}' type='text' name='{@name}' value='{@value}'
maxlength="{@maxlength}"/>
</xsl:template>
With this template I have a proble, the field value can have the char &,
because it's a URL (i.e.: www.google.com?searc='juas'&language='ES')
What could I do to solve this problem?
A lot of thanks,
Marcial Atienzar
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|