<?php include_once("Propel2Doctrine.class.php"); $INXML = "demo_bookshop.xml"; $INXSL = "dbd2propel.xsl"; $yml = new Propel2Doctrine(); print $yml->transform($INXML) ?>
info at phpclasses dot org