Skip to content

alkber/TrickyXMLParsingAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tricky XML Parsing Algorithm

  1. for each of the parent , find the last child node.

  2. store each of the child node values in a file

  3. in the example the last child nodes are

  • eleven
  • fifteen
  • three
  • four
  • eight

The file will have values like

  • eleven
  • fifteen
  • three
  • four
  • eight
  1. if place contains more than one name node at any point, get the first name node of that place, instead of last , get first

About

A tricky xml parsing algorithm, solved during a challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages