ClusterConcept
Null Value Method Call
cluster-96
XML query expressions return $null when the node is missing, then downstream code tries to access .Value or call methods on that null, causing immediate runtime failures; fixes require single-pass querying and explicit null handling.