XML Plugin

Hello everyone,

I’m new to servoy and my project requires working with XML plugin.

Can some one help me with this Plugin.
Were i can find documentation or a tutorial ?

Thank you :)

You talk about the xmlreader plugin?

What is it that you want to do?

When you push sample code (see move sample button when you selected a plugin method) you will see what you can do.

IT2Be:
You talk about the xmlreader plugin?

Hello,
Not the xmlreader plugin the XML plugin.

IT2Be:
What is it that you want to do?

I’m just starting to work with a API and the API returns a lot of data , xml, …
That’s way i need a tutorial or more explication for the XML plugin functions

IT2Be:
When you push sample code (see move sample button when you selected a plugin method) you will see what you can do.

I seen that :)

Thank you !

Please tell us what you want to achieve. Since Servoy 4.0, there’s native support for XMl in JavaScript (E4X implementation).
See viewtopic.php?f=12&t=11423

Paul

pbakker:
Please tell us what you want to achieve. Since Servoy 4.0, there’s native support for XMl in JavaScript (E4X implementation).
See viewtopic.php?f=12&t=11423

Paul

Thank you
but I forgot to mention it, I must use Servoy 3.57 for my project …

Hi,

Servoy 3.5.x doesn’t come with any other XML plugin than the XMLReader plugin.
If you are referring to another plugin then I think you mean the commercial XML plugin from Dr. Maison & Partner (http://www.servoy-plugins.de)
Is my assumption correct ?

You say your project requires working with XML. What do you mean by that exactly.
You need to read in XML and parse it ? You need to create XML and send it ? You need to do XPath searches and/or XSLT transformations ?
Part of this can be done with the XMLreader plugin, some can be done without any plugin and all can be done with the commercial XML plugin from Dr. Maison & Partner.
So if you tell us what you want to do exactly that makes it easier to give you the answer you need.

Another option for creating XML documents in 3.5 is scripting Java

http://java-servoy.blogspot.com/2008/02 … thout.html

Hello every one and thank you for the support.

I need help for this function
plugins.XML.XMLDocument.getElements()

Can any one help me with a general example of how this function works ?

Thank you very much !

This looks like you are using our plugin. Since this is Servoy’s forum, I recommend that you contact us directly via support@servoy-plugins.de. The easiest would be if you could provide a short description of what you are trying to accomplish. Then we can help you out.

Hi Catalin,

You’re indeed using the XML plugin from servoy-plugins.de. I can give you some sample code to create an XML document with the plugin, but feel free to ask any of the other (STB) Servoy Developers. We create / read many different XML files using that XML plugin.
By the way; excellent plugin Patrick!

Karel Broer:
Hi Catalin,

You’re indeed using the XML plugin from servoy-plugins.de. I can give you some sample code to create an XML document with the plugin, but feel free to ask any of the other (STB) Servoy Developers. We create / read many different XML files using that XML plugin.
By the way; excellent plugin Patrick!

Hello Karel,
Thank you for the help and support !