One thing which is worrying me about Jyve is how to save and transfer whole
FAQs or parts of FAQs from one installation to another. I can do an sql
dump, but that
relies on the keys id's being the same on both source and target databases
- ie it
only works when writing into a blank new database.
Does anyone know of a FAQ XML format (ie an XML format for FAQs) or should
I create
a simple one which pretty much matches the Jyve database structure?
Does anyone know how easy it would be to create Jyve database / XML loaders
and savers?
Presumably You'd need something like the Display screens which generated
XML instead of
ecs html. That might be the easy part.
If I had an XML file format FAQ I'd load it up into a DOM object (cause I
understand that
better than SAX) and traverse the tree creating each node as I come across
it -
FAQ, topic, question or answer. As I inserted each into the database I'd
check to see what
key it had so that I could use that key when saving the children of that node.
Lord knows what to do if I needed to merge two FAQs into one...
Alex McLintock
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search the list:
<http://www.mail-archive.com/jyve%40list.working-dogs.com/index.html>
Problems?: [EMAIL PROTECTED]