Creat Xml node in UiPath Studio using LoadXml function

hi guys,

I’m trying creat a xNa in type System.Xml.XmlNode from a XElement (type System.Xml.Linq.XElement.
I’m following this tutorial


but in invoke code the LoadXml function doesn’t work. This is my code:
image
Can I use this function in UiPath?

this is the log
image

a few things to clear:

  • we do see a mix of two API the xml Api - XmlDocument
  • LINQ for XML - Element

to list the Sets:

  • XmlDocument & XMLNode & XMLElement
  • XDocument & XNode & XElement

Just to mention one of some more things which are not matching.

We guess you are doing this for learning purpose. Let us know on what topic you are focussing and we will assist

1 Like

thank you @ppr, noted your mention.
but my idea is switch a string to a xmldocument by XmlDocument.LoadXml method, not Load method.
btw, thank you

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.