18 Jun
2002
18 Jun
'02
3:06 a.m.
hpinson@indepthl.com wrote:
Has anyone else experienced this? Dreamweaver MX seems to completely replace ZPT XML tags.
It isn't Dreamweaver doing this -- it's Zope. Since the actual GET request sent by a WebDAV client such as Dreamweaver looks just like a plain old browser request, Zope executes whatever you ask for instead of giving you the source code. You need to set up a WebDAV source port (by adding "-W 8081" to your command line, for instance) and then point DreamWeaver at that port. Cheers, Evan @ 4-am