According to documentation: ``` # Returns an array of nodes matching a given XPath. ``` It should always be an array, which could be empty. But in the code it sometimes returns `nil`.
According to documentation:
It should always be an array, which could be empty.
But in the code it sometimes returns
nil.