|
- Parameters:
-
stream | The string to parse. |
tags | A list of valid, expected tags. (Optional, expects XML syntax if absent) |
depth | The current depth. This is for internal use, use 0. |
- Return values:
-
#Llist * | Of the sibling nodes. This should be the base of the tree. |
NULL | When their is nothing to parse, or on error. This function parses a simple XML style file and returns the broken down tree. |
|