Hi,
I am having problems with my "hardcoded" XML when typing in
FlashDevelop in AS3 code.
Does anyone know how I stop FD "exploding" my XML when I press return.
If I type this:
var tmp:XML =
<event><format>hex</format><time>{event.time}</time><output>{event.output}</output><value>{event.value}</value
></event>
FD then changes the formatting to this:
var tmp:XML = < event > < format > hex
</format><time>{event.time}</time > < output > {event.output}
</output><value>{event.value}</value ></event>
e.g. adds extraneous whitespace to the XML which breaks it as far
as the compiler is concerned...
Glen
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders