On Fri, 4 May 2001, Bob Tanner wrote:

> I thought there was an apache project doing some sort of cool thing to convert
> XML to SQL, I thought the name was Castor, but I cannot find it on the Apache
> site.

http://castor.exolab.org/

Castor is not an apache project.

> I do find Castor from some other people.
>
> So, what other tools are there for converting XML to SQL?

Hmmm, that's a fuzzy question:
 * do you have a schema in some funky XML and want to generate SQL
   from it?
 * do you have some XML data and want to generate SQL to store it?
 * have some SQL result set and want to generate XML?

florin