J
Jack
Hi,
If I'd want to use something like map, pair etc in C#,
How do I go about doing that?
I am implementing a program called HTML_Viewer
its purpose is to view HTML files on a standalone basis
I first read a line from the .html using File.ReadText()
Get the first '<', find the '>' and extract the token
my question is because some tags might intervine
with others. How could I ensure that the info i read in is correct? I was
thinking about using indices to record down start tag and close tag
positions.. But I am not very sure. Could anyone give some pointers on how
to build such system?
Thanks
Jack
If I'd want to use something like map, pair etc in C#,
How do I go about doing that?
I am implementing a program called HTML_Viewer
its purpose is to view HTML files on a standalone basis
I first read a line from the .html using File.ReadText()
Get the first '<', find the '>' and extract the token
my question is because some tags might intervine
with others. How could I ensure that the info i read in is correct? I was
thinking about using indices to record down start tag and close tag
positions.. But I am not very sure. Could anyone give some pointers on how
to build such system?
Thanks
Jack