>We are looking into XML at the moment for a project, however we have
>come across an idea and was wondering if anyone else had seen such a
>tool or if the idea was totally mad.
>
>The idea is to take a XML Scheme document, and put it into a parser.  It
>in turn would create a ColdFusion application that would allow you to
>edit that XML document.  So for example, if the XML scheme was a address
>book.  The address book application would be generated on the fly which
>would allow you to add, edit, delete address book items from a XML file"
>The main idea would be to make this generic so that it could take any
>XML scheme - from an address book to a database of birds!

Have you looked into Xindice from the Apache project? It's a native XML 
database and you can to inserts/updates/deletes to XML files without even 
having to pull the documents out of the database. If you did want to pull 
them out, you could use their easy syntax and use MX's XML capabilities to 
do what you want to it.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to