<?php include_once ("class_pdo_xml.php"); # Exemplo de uso$SQL="SELECT * FROM table";$teste = new PDO_XML;$teste->simplexml($SQL); $teste->printxmlarray();