How to check if a element/node exist in the xml to perform the next actions

One of a few options
Xdoc.Root.Descendants(Xns + “Supplier_Invoice_Reference”).Count > 0

1 Like