Does anyone know a way to create comment elements? I tried it the following way but no luck:

var ieCode: String = "<!--[if lt " + link.ieLevel + "]>\n";
                   ieCode += linkReference.toXMLString();
                   ieCode += "\n<![endif]-->";
                   result.appendChild( new XML( ieCode ) );


It just doesn't get added. I am missing some flag which needs to be disabled?

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

Reply via email to