[snip]
> Well Todd, it is a little more complex than this. How much do
> you know about XML?

In fact, exporting is quite simple. Just give

        > mysqldump --xml --password=[password] \
                [-u username] \
                databasename \
                [tables]

A try. Of course, substitute the correct values and stuff. Will give you
pretty neat output.
[/snip]

That is very cool, but what if I need to export according to a specific
DTD (perhaps shared data)? I guess that I'll have to perform some sort
of data information transformation.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to