Re: mysqldump --xml does not generate well formed XML

2002-08-04 Thread Paul DuBois
At 0:53 +0300 8/4/02, Martin Tsachev wrote: >mysqldump invoked with --xml/-X omits the backslash from closing tags for >columns of type: enum, varchar and date. Fixed in 3.23.51. There's also a bugfix for mysqldump -X for another problem in 3.23.50. > > Martin Tsachev > Web developer > > h

mysqldump --xml does not generate well formed XML

2002-08-03 Thread Martin Tsachev
mysqldump invoked with --xml/-X omits the backslash from closing tags for columns of type: enum, varchar and date. Martin Tsachev Web developer http://martin.f2o.org >MySQL support: none >Synopsis: mysqldump --xml generates opening tags instead of closing for data, varchar and enu