Yeah, can't say I knew it either :) One would assume then that what you ge back from eval()'ing valid XML is a Document object that you can then use DOM methods on, just as you do in IE if you get responseXML from XMLHttpRequest (assuming it was in fact an XML response)... that'd be pretty close to first-class language construct :)
Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM/Yahoo: fzammetti MSN: [EMAIL PROTECTED] Author of "Practical Ajax Projects With Java Technology" (2006, Apress, ISBN 1-59059-695-1) Java Web Parts - http://javawebparts.sourceforge.net Supplying the wheel, so you don't have to reinvent it! On Wed, November 29, 2006 10:38 am, Dave Newton wrote: > From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] >> I guess maybe it examines the contents your eval'ing >> and differentiates between pure markup and script? Interesting! > > It must be; I didn't know it would do that. > > My first thought (here, by "thought" I mean "hope") was that FF had made > XML into a first-class language construct :D > > Dave > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]