23 Feb
2017
23 Feb
'17
2:10 p.m.
On 2/23/2017 1:50 PM, Peter Rolf wrote:
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.
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 -----------------------------------------------------------------