Hello Mailinglist, in Lenya 2.0.2 I want to have a simple form in a XHTML document (I made no changes to the xhtml-module). When I add this (using Oneform or TinyMCE):
<form action="index.html" method="get"> <input type="text" name="ptcode" /> <input type="submit" value="go" /> </form> and do a save I get these thre errors: error: element "input" from namespace "http://www.w3.org/1999/xhtml" not allowed in this context error: element "input" from namespace "http://www.w3.org/1999/xhtml" not allowed in this context error: unfinished element The form is a child of <body /> and the document saves without errors without the form. As far as I understand the schema (xhtml.rng in xhtml-module) the use of <form /> is OK here ... It would be great if someone can help me to understand what's the problem. Many thanks! Gerd --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
