XML Port with variable tags

I have an xml file (below) that i want to import using a standard xml port - is this possible?

the file bwlow shows 2 records, each with 3 fields, but despite messing with tag type settings im still ot getting any joy. Is Dynamics capable of importing an xml file of this format?

<?xml version="1.0" encoding="ISO-8859-1"?> u 00100000004ubhw9 GSK001000003D u 00100000004ub421 GSK001000002T

Here is an xmlport that imports the above file. The only that needs to be changed in your xml is the encoding. Navision Supports UTF16 and UTF32.

OBJECT XMLport 50000 example
{
OBJECT-PROPERTIES
{
Date=01/14/08;
Time=11:53:32 AM;
Modified=Yes;
Version List=;
}
PROPERTIES
{
}
ELEMENTS
{
{ [{CEE0969F-7512-407A-B58D-8AF92009D5E3}]; ;all ;Element ;Text }

{ [{E4974B5E-4AA2-42CB-9046-16790AD7076B}];1 ;table ;Element ;Text }

{ [{CA2EC40A-CF50-4F2E-A662-62EA3FABD869}];2 ;name ;Attribute;Text }

{ [{A2C08D69-DEBD-42F7-A879-19C79F634DA5}];2 ;record ;Element ;Text }

{ [{FC9AE99C-2B1B-4ABF-A6F4-C6F90671BAD9}];3 ;id ;Attribute;Text }

{ [{3FA73817-D49F-4C80-89AD-5FD6C27C3F46}];3 ;datacol ;Element ;Text }

{ [{1F0AE85E-106B-4084-910E-ACBE2E01E492}];4 ;name ;Attribute;Text ;
VariableName=name2 }

}
EVENTS
{
}
CODE
{

BEGIN
END.
}
}