Hi,
I'm almost there with my final needed output, one line I still need to change but can't find how to do.
The desired result:

The result I get till now:

I tried several things with namespace-alias etc, but the thing is that it is the default namespace.
This is the xslt so far (only the top part)
<xsl:stylesheet version="2.0" xmlns:ns3="GE_Schemas" xmlns="">schema.infor.com/.../2" xmlns:expath-zip="">http://expath.org/ns/zip" xmlns:fn="">www.w3.org/.../xpath-functions" xmlns:dns="">schema.infor.com/.../2" xmlns:saxon="">http://saxon.sf.net/" xmlns:expath-file="">http://expath.org/ns/file" xmlns:xsi="">www.w3.org/.../XMLSchema-instance" xmlns:xsl="">www.w3.org/.../Transform" xmlns:exslt-random="">http://exslt.org/random" xmlns:exslt-common="">http://exslt.org/common" xmlns:exslt-math="">http://exslt.org/math" xmlns:xs="">www.w3.org/.../XMLSchema" xmlns:math="">www.w3.org/.../math" xmlns:map="">www.w3.org/.../map" exclude-result-prefixes="xs xsl fn expath-file expath-zip exslt-common exslt-math exslt-random map math saxon xsi">
<xsl:output method="xml" encoding="UTF-8" indent="no" byte-order-mark="no"/>
<xsl:strip-space elements="*"/>
<xsl:template match="/">
<!--<xsl:element name="SyncOrderPickingOut"> -->
<xsl:element name="OUTPUTS" >
<!-- <xsl:namespace name="xs" select="'">www.w3.org/.../> -->
<!--<xsl:namespace name="ns3" select="'GE_Schemas'"/>-->
<!--<xsl:if test="/*:SyncPackageLabel/@languageCode">
Anyone out there who can give me the clue?
Regards,
Gerard Glas
Merino Consulting Services