Export in Xml

mmostacchimmostacchi Member Posts: 10
Hi all.
I need to have a row like that in xml export:
<p:FatturaElettronica xmlns:xsi="http://www.w3.og/2001/XMLSchema-istance&quot; .......

I don't find the way for type right code in Navision.
In this way doesn't works:

Node Name Node Type Source Type Data Source
p:FatturaElettronica Element Text <p:FatturaElettronica>
xmlns:xsi Attribute Text <xmlns:xsi>
xmlns:p Attribute Text <xmlns:p>

Can somebody help me?
Regards.

Comments

  • SiStSiSt Member Posts: 46
    You can't use namespaces with the default XMLports. There are several options: Create it without namespaces and transform the XML file you create with an XLST file. Use the MSXML Automation or .NET to create the file. (Or you can use an Add-On for NAV that support XML import and exports with namespaces. I work for a company that provides one and there are several others)
  • krikikriki Member, Moderator Posts: 9,094
    [Topic moved from 'Navision Financials' forum to 'NAV/Navision Classic Client' forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.