Activity Forums Salesforce® Discussions What is XML in Salesforce?

  • MOHIT

    Member
    January 31, 2020 at 12:44 pm

    Hii Manish,

    • XML stands for eXtensible Markup Language.
    • XML is a markup language much like HTML.
    • XML was designed to store and transport data.
    • XML was designed to be self-descriptive.
    • XML is a W3C Recommendation.
  • Aditya

    Member
    January 31, 2020 at 1:46 pm

    Hi Manish,

    The methods which are used in conjunction with HTTP callout parse XML data or skip unused events.

    Example:

    String xmlStrgs= '<pen><pen>My pen</pen><pen>Your pen</pen></pen>';
    XmlStreamReader xsr = new XmlStreamReader(xmlStrgs);

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos