hi all, just ran into an issue which may be of interest for others too. While using deform with chameleon 2.x does work for me, i18n message extraction with lingua for templates does generally not. This is because the lingua_xml extractor will only work with well-formed xml which many deform templates are not (checkbox_choice.pt e.g. does not have a single root element). I typically create custom templates which stay as close to the deform defaults as possible, to not interfere with the javascript, so adding enclosing elements to them feels like a risc. Since it seems unlikely that lingua_xml will become more lax in terms of input handling (see e.g.http://stackoverflow.com/questions/7339732/ pyramid-i18n-and-html5 ), should the deform templates become well- formed xml instead? regards robert
-- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
