Opened 15 years ago

Last modified 11 years ago

#12050 closed

XML Forms (XHTML) — at Initial Version

Reported by: diraol Owned by: nobody
Component: Forms Version: 1.0
Severity: Normal Keywords: xml, xhtml, html5, html4
Cc: Triage Stage: Someday/Maybe
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

It's easy to create a dinamic form with django, if your site uses HTML. the "forms.Form" ou "forms.ModelForm" work pretty well.
But, if your page is a XML page and you need to create a XML Form it becomes a really difficult job.
Django form model doesn't includes XML/XHTML format.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top