how can i deal with HTML in Zope?
Does anyone know how I can convert HTML to DTML? ... or how can i make url viewable Zope objects from HTML files (with images or other things)? and the same question goes for XML. Thanks, --Mate' my email address is : msztipan@bellsouth.net
Does anyone know how I can convert HTML to DTML? ...
You needn't do so, they're the same thing.
or how can i make url viewable Zope objects from HTML files (with images or other things)? and the same question goes for XML.
Just put the HTML in a DTMLMethod or DTMLDocument object. For XML, use the ParsedXML product.
Thanks, --Mate'
my email address is : msztipan@bellsouth.net
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Paste the HTML code into a DTML Method and click Save. You can also use LocalFS to alias folders so they can be served up using existing URLs. LocalFS doesn't prevent browsing folders, so you should create an appropriate index.htm default page. (Hey, LocalFS needs a "prevent directory browsing" option...)
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Mate' Sztipanovits Sent: Thursday, July 05, 2001 3:39 PM To: zope@zope.org Subject: [Zope] how can i deal with HTML in Zope?
Does anyone know how I can convert HTML to DTML? ... or how can i make url viewable Zope objects from HTML files (with images or other things)? and the same question goes for XML. Thanks, --Mate'
my email address is : msztipan@bellsouth.net
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Alan Capesius -
Chris McDonough -
Mate' Sztipanovits