XML parser in cloud functions

Hi There! Is there any way we can parser XML in cloud functions?

If you include a library directly in cloud code then you could use it that way. Not super easy to do it.

Thanks, Can we install library?

You can not do that now. You can build locally a cloud code that includes the library code.

1 Like