Moving objects to XML
Phil Hagelberg <[email protected]>
| Newsgroups | gmane.comp.java.helma.general |
|---|---|
| Message-ID | <[email protected]> |
So I was setting up my blog with Helma, and I kind of assumed that I should connect it to a MySQL database because that's what I'd always done with past web applications. But it seems helma's built-in XML database is pretty good and easier to work with and back up. I've got all my hopobjects currently in MySQL; is there a quick and easy way to transfer all my hopobjects from MySQL into the embedded XML database? -Phil