<?xml
version="1.0" encoding="utf-8"?>
<mx:Application
xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
backgroundGradientAlphas="[1.0, 1.0]"
backgroundGradientColors="[#712727, #712727]">
<mx:DataGrid x="10"
y="10" width="394"
height="208" dataProvider="{htp.lastResult.root.base}"
creationComplete="htp.send()">
</mx:DataGrid>
<mx:HTTPService id="htp"
url="emp.xml"/>
</mx:Application>