This is perhaps a simple question for some, but I am stumped.
Would anyone be able to shed some light on how to use the following part of xml feed to add populate a CCK field for publication date?
I have the rest of the feed import working, but this section of the feed doesn't seem to work, and I think I am not using the right XPath query ....
<head>
<docdata management-status="embargoed">
<!--data/1999/12/13/sports/19991213-archive.txt-->
<doc-id id-string="1999/12/13/sports/19991213-archive"/>
<date.release norm="19991213T000000"/>
<key-list/>
</docdata>
<pubdata type="web" position.section="sports" position.sequence="0"/>
</head>
Comments