Hi Dieter, I have tried "structure" and have been able to get the output. Thanks once again. Could you please tell me how I can use forms in xml? How can i use HTML Form Tags in XML? Are there any special tags in XML that i can use as Form Tags Are XForms a way to use form tags? Regards John Kunchandy ----- Original Message ----- From: "Dieter Maurer" <dieter@handshake.de> To: "zope" <zope@stylusinc.net> Cc: <zope@zope.org> Sent: Saturday, August 03, 2002 2:33 AM
zope writes:
My XML Page:(Page ID=index_xml) <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="/test/index.xsl"?> <omspage xmlns:tal="http://xml.zope.org/namespaces/tal"> <div tal:replace="here/hd">Title</div> <div tal:replace="here/ft">Title</div> </omspage> You must use "structure" when your interpolated text contains XML elements, e.g. '<div tal:replace="structure here/hd" />'
Dieter
_______________________________________________
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
participants (2)
-
Dieter Maurer -
zope