<?php include_once("QSet.class.php"); include_once("QXml.class.php"); include_once("data.php"); $nodes = array("chart" => $nodes); header("content-type:text/xml"); $xml = new QXML; $xml->toXML($nodes); echo $xml->asXML(); ?>
info at phpclasses dot org