XML Primer?

Hi Folks - I’m making a first foray into XML, export primarily, but import too later. Is there a primer available that can easily be used with Servoy - so far I’ve come up empty on site searches for links or sample code.

Essentially I need to create a fixed export of related data. I could probably write a function that will create a text file in an xml structure but I believe Servoy has some functionality bult in to make this easier? I found the JSLib XML functions in the Servoy docs but not advise on how to use or apply these Fx.

Pointers / guidance would be most welcome.

I found the JSLib XML functions in the Servoy docs but not advise on how to use or apply these Fx

Have a look at this post for Servoy 4 (that is what the sample is for). It makes it really a breeze.
That is what I have started creating and reading my xml with: viewtopic.php?f=12&t=11423

You could also have a look at our XML plugin. It makes archiving data from Servoy a breeze, because it will automatically take care of including (certain) relations, converting everything to strings etc.

Thanks Guys - thats got me started.