in reply to What does the word "parse" mean?
From dictionary.com:
4. Computer Science. To analyze or separate (input, for example) into more easily processed components.
So if you're talking about parsing an HTML file, you'd probably be picking the file apart and somehow identifying which pieces are what HTML tags, which pieces are normal text, etc.
|
|---|