Re: XSLT Conversion not quite there
Martin Honnen <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
[email protected] wrote: > Instead of [object XMLDocument] > being returned I get > [object HTMLDocument]. What script code gives you a HTMLDocument? > So just have to turn that object into HTML which > sounds like I need to call a method to get it 'serialsed' You simply need to copy nodes from one HTMLDocument to another, using the importNode method. Or transform directly to a document fragment. -- Martin Honnen http://JavaScript.FAQTs.com/