| Author |
send entity's true query like "é"...
|
Tom Brown
Greenhorn
Joined: Sep 25, 2003
Posts: 22
|
|
hey is there a solution for sending entity's like "�" or "& eacute ;" or like the example "& #x00e9 ;" true a query and get the wanted entity in the other page? now i get realy bad code for the "& #x00e9 ;" which is "�". i've tried some code like %60%70%80%40%30 where %20 is a space but didn't find the requested entity's. thanks tom XML-file -------- <TECH TYPE="murs intérieures" STYPE="Produits de préparation" /> XSL-code -------- <xsl:attribute name="href">...? table=TECH&TYPE=<xsl:value-of select="@TYPE" />&STYPE=<xsl:value-of select="@STYPE" /></xsl:attribute> [ January 13, 2004: Message edited by: Tom Brown ]
|
 |
 |
|
|
subject: send entity's true query like "é"...
|
|
|