
Sean - 2012-11-20 03:37:51
Looking for some code that can parse through some XML (DSML specifically) and create an Object on the fly from the XML data. So a class, wouldn't exist at run time. But XML could be sucked in to "instantiate" these new objects once the program is running.
Sound like something that;s out here in the php-class libraries? Or something similar I could possibly tweak?
Thanks for your reponse.