<?xml version="1.0" encoding="UTF-8"?>
 <openServiceDescription xmlns="http://www.microsoft.com/schemas/openservicedescription/1.0">
   <homepageUrl>http://microsoft-fan.info/accelerators/Default.aspx</homepageUrl>
   <display>
     <name>Išversti naudojant http://vertimas.vdu.lt/twsas/</name>
     <icon>http://www.microsoft.lt/favicon.ico</icon>
   </display>
   <activity category="Translate">
     <activityAction context="selection">
	   <preview method="post" action="http://microsoft-fan.info/accelerators/Preview.aspx">
		 <parameter name="OriginalText" value="{selection}" type="text" />
	   </preview>
       <execute method="post" action="http://microsoft-fan.info/accelerators/Default.aspx">
		 <parameter name="OriginalText" value="{selection}" type="text" />
       </execute>
     </activityAction>	
   </activity>
 </openServiceDescription>
