Provides a reference to a node from a node list.
Note: A reference to the node is returned, so do not release the node when finished with the node.
Arguments:
nodelist: The node list.
nodeName: A string identifying the node to extract.
Returns (a reference to) the node if it is found, and NULL if not.