To save some of you the effort... I did this in CS3.  After saving the
file and reopening it, I saw this...

<?xml version="1.0"?>
<!DOCTYPE galleries [
<!ENTITY galleries SYSTEM
"http://labs.adobe.com/technologies/spry/demos/gallery/galleries/galleri
es.xml">
]>
<root>

<galleries><gallery><sitename></sitename><photographer></photographer><c
ontactinfo></contactinfo><email></email><security></security></gallery><
gallery><sitename></sitename><photographer></photographer><contactinfo><
/contactinfo><email></email><security></security></gallery><gallery><sit
ename></sitename><photographer></photographer><contactinfo></contactinfo
><email></email><security></security></gallery></galleries>
</root>

-----Original Message-----
From: Massimo Foti [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 30, 2008 10:23 AM
To: CF-Talk
Subject: Re: Best CF editor?

I think it's worth to let people know that avoid using DW's Design View 
doesn't make you save from code corruption. Most documented cases are
caused 
by "translators", unfortunately translators run before you load the 
document, and they do no matter if you are in Code view or Design View.

Want to see DW's code corruption in action? Create an xml file
containing 
this code, then open it in DW CS 3 or earlier (in Code View, there is no

Design View for XML):

<?xml version="1.0"?>
<!DOCTYPE galleries [
<!ENTITY galleries SYSTEM
"http://labs.adobe.com/technologies/spry/demos/gallery/galleries/galleri
es.xml">
]>
<root>
&galleries;
</root>

As far as I know, this specific case is fixed in DW CS 4. Along the
years DW 
has improved a lot on this area, but it's not 100% safe, it will never
be.

As for me, I use both DW and Ecplise, most of the time I have both of
them 
opened at the same time, sometimes I open TopStyle too :-)

----------------------------
Massimo Foti, web-programmer for hire
Tools for ColdFusion, JavaScript and Dreamweaver:
http://www.massimocorner.com
----------------------------




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306365
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to