If you put ampersands in attributes, the XML will not parse correctly in any browser.

Ampersands (and other special characters) should go inside CDATA tags to maintain valid XML. :)


Cedric Muller wrote:
or you could set an attribute instead of a node

<dep value="Fin & IT" />

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to