Python Programming help please
779796Jun 17 2010 — edited Jun 21 2010Hi there,
I got this txt file with following contents:
<GLOSSARY>
<INFO>
<NAME>My Glossary</NAME>
<INTRO>stuff</INTRO>
The above text is saved in test.txt file.
I need to write a python script that would load the above file as list of strings. I then need display only the text from <Name> to </Name> in python.
If anybody can help me please with the code. I've tried searching a lot but haven't found anything.
Thank You