I have CSV file needs to convert it to XML in XSLT editor to send it to MEC , the below is my code

But it gets the Application Area data null in MEC

when I add this tag to get the Application Area (xmlns="">schema.infor.com/.../2" and <xsl:namespace name="xs" select="'">www.w3.org/.../>)
it does not get the DataArea data as below

I used this tags in the code to read the CSV data
<xsl:stylesheet version="2.0" xmlns="">schema.infor.com/.../2"
xmlns:xsl="">www.w3.org/.../Transform"
xmlns:exsl="">http://exslt.org/common"
extension-element-prefixes="exsl">
what the missing ones to get the Application Area and Data Area right in MEC ?