I have following xml tags in my xml file as follows '''
<pd:link scheme="http://www.w3.org/1999/xhtml" target="www.altruvest.org <pd:unicode ch="2014"/> or <pd:unicode ch="2014"/> www.Boardmatch.org">"www.altruvest.org <pd:unicode ch="2014"/> or <pd:unicode ch="2014"/> www.Boardmatch.org</pd:link>)
'''
in above tag pd:unicode tag is inside text value of target. I want to create regular expression pattern to find such tag where tag is within text in python.
Can anyone please help to create pattern for this?