Hi,
$Variable = simplexml_load_file("car.xml");
echo $Variable->CarDescriptiveContents->CarDescriptiveContent[attributes]->CarName;
Woher hast du diese Syntax mit dem CarDescriptiveContent[attributes]?
es wird nichts ausgeben...
error_reporting (hoffentlich) auf E_ALL und display_errors auf on?
MfG ChrisB