Python Forum
[split] New thread/topic - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: [split] New thread/topic (/thread-29853.html)



[split] New thread/topic - rajp1497 - Sep-22-2020

I want to find all the words in an xml file between the <text.....> and </text>. What is the best way to approach this?
("....." means there may be additional words or numbers or symbols.

Can someone help me?

Thanks in advance.


RE: [split] New thread/topic - micseydel - Sep-24-2020

This forum is usually focused on helping people with their code. In this case, it seems like the best course of action would be to Google "python xml" and give something a try. We'd be happy to help if you have trouble with what you come up with. Make sure to read the forum rules before re-posting though, to ensure you make a high-quality post that will attract helpful answers.