function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SurjenduSurjendu 

How to parse an XML?

Here is my code. I am using XMLReader class. Please let me know how to parse the xml to get the error-code and error-desc

<?xml version="1.0"?>
<project-entities>
<error>
    <error-code>Failure</error-code>
    <error-desc>I dont know</error-desc>
</error>
</project-entities>