[Zope] Xml and Xsl rendering problem -Resolved
Dieter Maurer
dieter@handshake.de
Mon, 5 Aug 2002 19:16:00 +0200
zope writes:
> Could you please tell me how I can use forms in xml?
That depends on your application (the one that interprets your XML documents).
When the application is a browser, your XML documents should probably
be "XHTML" documents. Then you use HTML forms.
> How can i use HTML Form Tags in XML?
When your XML is XHTML...
> Are there any special tags in XML that i can use as Form Tags
> Are XForms a way to use form tags?
Provided your application does understand XForms.
Dieter