hy,
Verwende zur Kontrollausgabe var_dump() statt echo.
bekomme mit "var_dump" folgende meldung:
$a = $xml->themeList[0]->theme[0]->swatches[0]->swatch[0]->c1;
var_dump ($a); // object(SimpleXMLElement)#7 (1) { [0]=> string(4) "0.27" }
var_dump ($a*1.0); // float(0)
(alles andere hat nichts geholfen...) :?
greg