You are here:  » trying to parse this XML feed


trying to parse this XML feed

Submitted by remcoros on Fri, 2006-10-13 12:48 in

I can't get this xml feed to parse:

http://www.m4n.nl/_df?m=public_stream_xml&sep=tab2&valq=value3&enq=enq1&dfid=5068&duid=5946

Using this feed format:

xml|M4N/STREAM/RECORD/COLUMN/

I get this as output:

Field Sample Data
COLUMN http://clicks.m4n.nl/_c?aid=59...
COLUMN-NAME url

What am i doing wrong? What is the real feed format?

Submitted by support on Fri, 2006-10-13 14:11

Hi,

It just needs to go up one level - the following format string will work:

xml|M4N/STREAM/RECORD/

The reason the autodetection picked out "COLUMN" as the repeating record is because alltogether there are more of them than "RECORD"'s.

Cheers!
David.