XML export of a lua table
23 Feb
2017
23 Feb
'17
1:50 p.m.
Hi, what is the easiest way to export a lua table (mostly key-value pairs) into a XML file? I found 'lxml.save', but no luck with a converter function. Any help welcome. Peter
23 Feb
23 Feb
2:10 p.m.
On 2/23/2017 1:50 PM, Peter Rolf wrote:
kind of obvious: local t = { a = { b = 1 } } inspect(table.toxml(t)) ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
2866
Age (days ago)
2866
Last active (days ago)
2 comments
2 participants
participants (2)
-
Hans Hagen
-
Peter Rolf