[Zope] Xml and Xsl rendering problem -Resolved

zope zope@stylusinc.net
Mon, 5 Aug 2002 15:43:00 +0530


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
>
> _______________________________________________