xsl-list
[Top] [All Lists]

How can I parse this?

2002-12-12 02:28:33
Hello everybody,

 I have this template:

<xsl:template match="entry[(_at_)type='STRING']" mode="input">  
  <input class='{$FORM}' type='text' name='{(_at_)name}' value='{(_at_)value}'
maxlength="{(_at_)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



<Prev in Thread] Current Thread [Next in Thread>