Hi!
Is there something I need to setup to make MochiKit generate XHTML output
instead of HTML?
For example:
HTML / "MochiKit default"
=========================
INPUT
-----
INPUT({'name':variable_part+':fixed_part',
'id':variable_part+':fixed_part',
'type':'checkbox'}, null)
OUTPUT
------
<input id="25:fixed_part" name="25:fixed_part" type="checkbox">
XHTML / Desired / "MochiKit XHTML"
==================================
INPUT
-----
INPUT({'name':variable_part+':fixed_part',
'id':variable_part+':fixed_part',
'type':'checkbox'}, null)
OUTPUT
------
<input id="25:fixed_part" name="25:fixed_part" type="checkbox" />
Thanks for your attention,
--
Jorge Godoy <[EMAIL PROTECTED]>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---