Thank you all! And,

On Wed, Feb 3, 2010 at 2:21 AM, Steven Sacks <[email protected]> wrote:
> As a rule, I only put string values that never contain special characters in
> attributes, otherwise you end up with XML validation errors (like putting
> ampersands in attributes).
>

I was actually going to convert & < > " to &amp; &lt; &gt; &quot;
wouldn't that work for attributes, have you had bad experience there?

I also wonder if russian text (all in UTF8) will keep working ok
in my AS3-program which I convert to XML now...
Right now I have urlencoded records, separated by semicolons.

Regards
Alex
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to