No, sorry, that doesn't help. I looked again on the torque site and can't find
the documentation for the data load file.
The two urls you gave are for the database schema; I'm asking about the data
file where you load data into the database using the writeDataToDatabase tag,
after it's created the tables.
I managed to figure it out by searching the mailing list archives, but it seems
quite odd to me that it's apparently completely undocumented.
Rijk van Haaften wrote:
2009/3/24 Rusty Wright <[email protected]>:
Where is the documentation for the format of the data file that's used by
the writeDataToDatabase command?
In the menu, I see "The XML schema format", leading to
http://db.apache.org/ddlutils/schema/database.dtd.html
and
http://db.apache.org/ddlutils/schema/database.dtd.org.html
?
Moreover, from the documentation on the main page
(http://db.apache.org/ddlutils/),
"DdlUtils uses the Turbine XML format, which is shared by Torque and OJB."
You can look in the documentation of those projects for information about
the xml format too.
Does that help enough?
Rijk van Haaften