Subj : Re: Dynamic Window and XML Content Creation To : netscape.public.mozilla.dom,netscape.public.mozilla.jseng From : Boris Zbarsky Date : Tue Oct 19 2004 06:36 pm Nathan White wrote: > The effect that I want is to be able to open up a new window and dump a > xml document fragment and have the browser identify it as xml so it > renders the xml with the collapable tree nodes. This has nothing to do with the JS engine, so setting followup. The collapsible tree thing is actually handled by the parser. So you'd need to go through the XML parser to get it to happen. Using a data: URI is likely your best bet. -Boris .