....
> > Given the following examples:
> >
> > <root><book title="test"><author name="bob" /></book></root>
> >
> > <root>
> >       <book title="test">
> >               <author name="bob" />
> >       </book>
> > </root>
> >
> > Have I changed the actual data being transferred one iota?
>
> Yes. The second example has two text nodes within root, and two text nodes
> within book.

Wow.  I had been under the same impression as Brad, about white space
and carriage returns between XML elements.  I like my XML readable, to
the point of putting an extra carriage return between (to me) significant
elements (after event-handler tags in MG configs, for instance).  I knew
there was no way to tell the XML to leave those extra returns in there,
since it's all elements to XML... had no idea line breaks and white space
were considered "nodes".

Perhaps some stuff I thought was broke really wasn't...

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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

Reply via email to