Thursday, December 6, 2012

What does parse XML means?


  • Parsing is the action to properly recognize / decipher / acquire the data from a sequence. 
  • Parsing XML means "reading" the XML file / string and getting its content according to the structure, usually then to use them in a program. 
  • In real world, developer usually need to use javascript to parse XML to JSON, and another javascript to parse the JSON before it can use the data to built a webpage. 


No comments:

Post a Comment