On Oct 31, 2006, at 10:35, [EMAIL PROTECTED] wrote:
If that's the case you should create elements with createElementNS ('http://www.w3.org/1999/xhtml', 'div').Does it matter if I don't?
Yes, never, *never*, ever mix up namespace-aware and non-namespace- aware methods in the same context. You will shoot yourself in the foot. For simplicity (and sanity) it's best to just never use the non- NS variants, they were mistakes and should be deprecated.
-- Robin Berjon - http://berjon.com/ ----------------------------------------------------------------------- - Will we have donkeys? - All you can eat! -- She-Bender & Calculon, Futurama --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
