hello,

i use Maverick with Domify transformation.

i want to display some radio buttons, and check one of them.

html code for that is : <input type="radio" name="radiogroup" value="aValue" checked/>
but, this is not a valid XML because every attributes have to be followed by : =""


I've read that the line <input type="radio" name="radiogroup" value="aValue" checked="checked"/> should be right.

But it seams that Domify parser doesn't know about that.
here is my code :

<input type="radio" name="applicationID" value="[EMAIL PROTECTED]"/>
<xsl:if test="@key = //applicationID">
        <xsl:attribute name="checked">checked</xsl:attribute>
</xsl:if>

and in my tomcat's log, I have this line (in french):
Line 146; Column 46; checked dispose d'un attribut non autorisé : {1}
it means in english that the checked attribute has an unauthorised value.

any solution for this problem ?

Thanks.
--
------------------------------------------
Pierre de Soyres
Ingénieur d'études

e-Manation
14 Bd du Maréchal Juin
44100 Nantes
FRANCE

Tel: +33 (0)2 40 43 06 11
Fax: +33 (0)2 40 43 30 02
www.e-manation.com
------------------------------------------


*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- Les informations contenues dans ce courrier electronique et dans les fichiers qui y sont attachees sont confidentielles et peuvent etre protegees legalement. Elles ne sont adressees qu'au destinataire. L'acces a ce courrier electronique par toute autre personne n'est pas autorise. Si vous n'etes pas le destinataire voulu, toute divulgation, copie ou diffusion de ce courrier electronique est interdite et peut etre illegale. Sauf mention contraire dans le corps du message, la presence de cette note prouve egalement que ce message electronique a ete verifie par un logiciel anti-virus. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- This email and any attached file are confidential and intended solely for the use of the individual or entity to whom they are addressed. Accessing this email by anyone else than the recipient is forbidden and may be illegal. If you received this email by error please notify the system administrator. This footnote also confirms that this message has been scanned by an anti-virus software. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-




------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ [INVALID FOOTER]

Reply via email to