How to Create Element Nodes to capture reoccurring elements

How to Create Element Nodes to capture reoccurring elements

EXTOL Business Integrator allows for us to scan reoccurring data/elements. These

The first level, Shipment, will start off with:

  • Go into source EDI 850 Schema

EDI PO106 node group update

EDI PO107 node group update


By: on
load('http://www.extol.com/extolnews.rss'); $feed = array(); foreach ($rss->getElementsByTagName('item') as $node) { $item = array ( 'title' => $node->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed, $item); } $limit = 4; echo ' A free web counter provided by GoStats.