I have an xml datasource to pull weather from yahoo. How would I set up my transformation to pull info from this item from the xml
<yweather:condition text="Mostly Cloudy" code="28" temp="79" date="Tue, 25 Jun 2013 5:52 pm EDT"/>
For example in my transformation how would I write the eval to get the code number?