Hi Everyone,
Do you know how i can get the values using Regular Expression between the opening and closing tags of xml files? I need to process xml files using python and i just need to get the values between tags.
For example:
<name value>my name is </name value>
i just need to get the value my name is using regular expression.
can someone help me with this?
thanks!