Closed latenitefilms closed 4 years ago
Hello @latenitefilms I appreciate the library is being useful. Unfortunately, I'm afraid your XML is too large and I don't have time to check it. Check the section "Converting a Lua Table to an XML String" in the README and see if it works.
Stay safe.
The way it prints doesn't match the XML structure, but the Lua table structure. If you try to convert from Lua do XML again, it may work.
No worries at all @manoelcampos!
Sadly I wasn't able to get it work the way I needed after playing around and reviewing the examples, documentation and code itself, so have gone with another solution, so all good.
Thanks for the fast response!
Hey @latenitefilms Check the latest release and PR #40. Maybe it fixes your issue.
First up, thanks @manoelcampos for creating such an awesome Lua extension - very much appreciated!
I'm currently investigating a way to import an existing XML document a (FCPXML document from Apple's Final Cut Pro), manipulate it in Lua-land, then export out a new document.
For now though, I'm having issues making the output match the input.
Here's the example XML document I'm using.
Here's the basic test code I'm using:
Here's the output:
Any ideas what's going wrong? Thanks in advance!
Stay safe during these crazy times!