29 May
2001
29 May
'01
10:52 a.m.
Hi all, I had a conversation about changing document types two weeks ago - we talked about the 'HTMLDocument' product:
Is there a possibility to change the type of an document that is already in the ZODB? - I dont want to have to reload all of the existing static HTML containing 'DTML Documents'
I don't think it possible in a clean way. An ugly hack would be to dump the ZODB to XML, edit the XML file and reload.
Are there other ideas? Andreas