-
RDDL Parser can be used to parse RDDL documents. An RDDL document is an XHTML document with special resource elements.RDDL Parser parses the resources described in the RDDL and provides a method to return a PHP array containing the information about the RDDL resources.After parsing the document and retrieving the resources you can do whatever you want with them. RDDL ...

