Hey Alan,

Good point!

I can say that the only other thing going on in this process was adding
the "output" variable into a structure (as you saw in my original post)
and then it's returned to the master handler....all CF at that
point....no AJAX.

I made a file with the following contents:
<cfoutput>
  <cfsavecontent variable="output">
    A few simple words
  </cfsavecontent>
</cfoutput>

<cfoutput>[#output#]</cfoutput>

I ran it in Adobe CF 8 and openBD in the webroot (no application
involved..no whitespace settings etc.).  CF 8 is running on Apache and
OpenBD is running on open-jetty.

The results are different, but tough to read ;-)

I ran it on each app server and then viewed the source (FireFox
BTW).....

Source from CF 8:
[
    A few simple words
  ]

Source from OpenBD:
[
A few simple words
]

So I'd say my original report still holds....extra whitespace in CF 8
and not in OpenBD.....very odd indeed.

BTW....
CF8 Enable Whitespace Management is checked
OpenBD Whitespace Compression set to YES

Cheers
-  

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [email protected]
web: www.electricedgesystems.com
 
Notice:
This message, including any attachments, is confidential and may contain
information that is privileged or exempt from disclosure. It is intended
only for the person to whom it is addressed unless expressly authorized
otherwise by the sender. If you are not an authorized recipient, please
notify the sender immediately and permanently destroy all copies of this
message and attachments.




--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to