Both very good solutions, but neither is working.  I tried doing a replace() 
while processing, but there is nother there to replace.  I tried \r\n, \r.  
Didnt get an error, but got the same outcome.  I also tried supressing white 
space, with processing directive, same outcome.  The generated XML is clean, 
cant figure out why I would have to open it and save it with a mac thought, it 
doesnt make sense.

the XML
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE data[
        <!ELEMENT title (comments, image)>
        <!ATTLIST title name CDATA #REQUIRED>
        <!ELEMENT comments (#PCDATA)>
        <!ELEMENT image (#PCDATA)>
        
]>
<data>
<title name="Patient 108">
<comments>2008 48 Hour Film Project Entry
Production Company Unit One Productions
Director Lauren Giovanonni
*Winner of BEST CINEMATOGRAPHY
</comments>
<image>Assets/thumbs/108sm.jpg</image>
<flv>../../Assets/flv/108.flv</flv>
</title>
</data> 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321691
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