XML_RDDL::parseRDDL() -- parse a document that contains RDDL resources
Beschrijving
Parses an XML or XHTML document that contains RDDL resources and stores information
about them for retrieval by the other methods.
Parameter
string $input - input to parse, either a string or a file. If it's a file, you have to set $isFile to true.
boolean $isFile - flag to indicate whether the $input parameter should be treated as a filename.
Return waarde
Geeft TRUE terug bij success,
PEAR_Error als het faalt.
Note
Deze functie kan niet statisch worden aangeroepen.