HI, It's 2 Am i am asking this question, 
i  have xml file which is very huge, i wanted to fetch particular value from the tag which i shown below. 
i wanted to fetch the   <name>1.Start Up</name> from the below xml. kindly help me with exact python code.
i was using 
from xml.dom import minidom
etree=minidom.parse('.\\BuildRelease.xml')
sheets=etree.getElementsByTagName("subsheet")
print(sheets[0].firstchild.data)
-<process xmlns="http://www.blueprism.co.uk/" name="WW Process 3 (Query Regional Catalogue)" id="d15c64dd-1644-45b2-a3dd-8e584d379669">
-<process name="WW Process 3 (Query Regional Catalogue)" byrefcollection="true" narrative="Searches for items not added in the WW catalogue and adds them on Mondays and Tuesdays" bpversion="6.6.0.15260" version="1.0">
+<view>
<preconditions/>
<endpoint narrative=""/>
-<subsheet published="False" type="Normal" subsheetid="a6eff02a-a8f5-49bb-bb20-d4216b513122">
       <name>1.Start Up</name>
+<view>
</subsheet