top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Can you walk us through the steps necessary to parse XML documents?

0 votes
308 views
Can you walk us through the steps necessary to parse XML documents?
posted Jan 3, 2018 by Jayshree

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Superficially, this is a fairly basic question. However, the point is not to determine whether candidates understand the concept of a parser but rather have them walk through the process of parsing XML documents step-by-step. Determining whether a non-validating or validating parser is needed, choosing the appropriate parser, and handling errors are all important aspects to this process that should be included in the candidate's response.

answer Jan 3, 2018 by Shivaranjini
Similar Questions
+2 votes

I know basic of python and I have an xml file created from csv which has three attributes "category", "definition" and "definition description". I want to parse through xml file and identify actors, constraints, principal from the text.

However, I am not sure what is the best way to go. Any suggestion?

...