MySQL Forums
Forum List  »  MySQL Workbench

XML
Posted by: Julian Santander
Date: October 31, 2008 05:13AM

How can I read XML (any XML document) and write XML (any XML) from a plugin/script?

To give more details. I have a proprietary schema design tool that stores data in XML files. I'd like to go to/from the MySQL Workbench.

I guess writing is the easy part... just printing appropriately formated strings.

I tried adding the LuaExpat library to the Lua environment but I got an MSF error (but I only get the error from the workbench or from the MySQLGrtCppShell.exe... but not from the MySQLGrtShell.exe).

I noticed that libxml2.dll is present... so I wonder if it is accessible in any way from the plugins/scripts.

As you can imagine this is on Windows environment. And I'm using 5.0.26 OSS

Thanks in advance

Julian

Options: ReplyQuote


Subject
Views
Written By
Posted
XML
5247
October 31, 2008 05:13AM
3502
October 31, 2008 09:19AM
3446
October 31, 2008 01:39PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.