• That was a sample XML and function which I am using to parse the XML and return the data.

    When XML has small numbers of data (suppose 2 to 3 records), it is returning data fast. But, when XML has around 175 to 200 records then it is taking lots of time to return - around 1.30 minutes.

    Please guide me to solve the issue.

    Thanks