load($documentURL);
?>
Kookboek
selectNodes("/kookrecept") as $xmlRecept ) { ?>
selectSingleNode("product/titel/text()")->nodeValue ; ?>
selectNodes("inhoud/") as $pNode ) {
print ''.$pNode->nodeValue.'
' ;
}
?>
selectSingleNode("ingredienten/tekst/text()")->nodeValue ; ?>
selectNodes("bereiding/tekst/text()") as $pNode ) {
print ''.$pNode->nodeValue.'
' ;
}
?>