[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Another Ozone/XML question



On Wednesday 21 March 2001 22:03, you wrote:

> > Hi Ozonites,
> Has anyone used the getPDocument() method of XMLContainer. In the
> documentation it says that it returns a "persistent" document. Does it mean
> that if I change this "Document", (add/delete/modify node), then the
> changes are made in the database also? 

Correct! But keep in mind that this may become very slow because each 
operation on the persistent DOM is one database call.

> I can not use the Xupdate because I
> need to do some pre/post processing. That is why working on a Document
> works better for me and If I am getting transparent persistent behaviour,
> all the better. 

regards,
Conny Krappatsch