Options

Importing Microsoft Office XML

BatemanBateman Member Posts: 6
Hi again,

I've got another small problem importing XMLs generated by Office in general. How can I set up my XMLport so that it ignores the xmlns flag in the dataroot tag (Error message: the namespace urn:schemas... has not been defined at object).

The office generated dataroot tag looks like this:
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" generated="2005-09-24T17:34:01">

When I reduce it to <dataroot> everything works fine...

Comments

  • Options
    Michael_SchumacherMichael_Schumacher Member Posts: 81
    unfortunately navision can't handle it
    I have to remove this every time I want to import data from Exact Pro.....
    I can handle the complete export from base data and orders, and I will try to handle financial postings also, at the moment I'm programming the shipments, invoices and credit memos.....
    but everything only if I remove the namespace attribute from the first Tag
    regards,
    Michael Schumacher

    oh, what day is it? Backup day. OK, let's dump all data to /dev/nul ;-)
Sign In or Register to comment.