Re: Tenplates and subtree plugins
Petr Stehlik <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.xmlc |
|---|---|
| Message-ID | <[email protected]> |
On Čt, 2003-08-21 at 06:54, Richard Keene wrote: > centerMiddle.appendChild(t.getElementMainContents()); > It compiles and when I run it it says 'wrong document' This is a FAQ, google must know it. You can't append a child from a different document. Petr