I have never had the need to parse any text file to extract data so I don't know anything about it.
I have been assigned a task in which I have to allow user to load a Cascading Style Sheet file (.css) and parse it to extract and build a list of styles in three categories:
- HTML tag based styles
- HTML element based styles
- HTML class based styles
Then I have to allow user to edit a style (by Dbl Clicking on it) and update the style being edited as the same location in the .css file.
I searched the internet but could not find any VCL that will allow me to parse a .css file.
Please guide me as to how we can parse a .css file.