[Zope-dev] XML Document appendChild questions
Anthony Pfrunder
s341625@student.uq.edu.au
Tue, 24 Aug 1999 15:13:12 +1000 (GMT+1000)
On Mon, 23 Aug 1999, Paul Prescod wrote:
> Martijn Faassen wrote:
> >
> > Yes, I figured that this was the case. Sometimes one wants to add a node
> > to a document that is not yet in that document (it's the first). In that
> > case you can't clone a node from the doc, modify it, and move it back
> > into the tree -- what's the DOM's stance on this (as the DOM doesn't
> > talk about multiple documents)?
>
> There are methods called CreateElement, CreateAttribute,
> CreateProcessingInstruction, etc.
Have I missed something profound here? I thought the current Zope XML DOM
was read-only!
> Paul Prescod
Cheers,
Anthony Pfrunder