email client. However, I wanted to address the question in regard to XML
storage as well as the responses.
First, storing XML in an RDBMS is not a good idea. See my article on the
subject at http://builder.com.com/5100-6388-1051795.html.
Next, if you are interested in storing XML in a native XML database then
do take a look at Apache Xindice. See my article on the subject at
http://www.devx.com/xml/article/9796. The Java code used in the article
was written in a way to be used easily from CFML. I even created a CFC
wrapper for it, but I seem to have lost it somewhere along the way.
Although, I do remember sharing it with a list at some point so an archive
may very well have it.
Finally, you should also be aware of a project I am participating in named
Tahoe at http://sourceforge.net/projects/tahoe. I am currently work on
adding support for LDAP, which is often a better place to store XML then
an RDBMS because of its hierarchical query engine.
-Matt
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

