WL#1397: convert XML -> SQLAffects: Server-5.5 — Status: Complete — Priority: LowSUMMARY ------- As a complement to --xml mode of mysqldump (and mysql) we can provide an XSL that converts our XML dump to valid SQL dump. As far as I understand it should be rather easy. DECISIONS REGARDING THIS WL --------------------------- - Jeffrey has decided that this is not for 5.1. Lars thinks this should be planned for 5.2. -- Lars, 2007-02-21 Please find the original information from the contributor here: LLD is found in the contributed patches for this feature. My contribution is not limited to just the (strange) mysqldump --xml format. Rather it is written to support 1) fields as tags: value1 2) fields as attributes: 3) mysqldump -xml format: value1 It also supports hierarchical xml structures like this: This could be loaded into two tables, invoice and item, and set the invoice id in both to keep the connection from the xml. There are things that are not supported, like CDATA and BLOBs. There is also a minor bug with the SKIP ROWS option. I would be glad to fix this, but since it is not included in a release available to me, I can't. I also don't really see the point in working on contributions that are never released. Erik |
VotesWatches0 members are watching this worklog
You must be logged in to track this worklog.
Provide Feedback
You must be logged in to comment
|
Seems like your software strips not only HTML but also xml, so my examples were removed.
Erik