Is there a NULL literal in XPath 1.0 or 2.0?
My use case is that I have a conditional (if then else
) XPath expression and I want to return NULL to signify a certain condition. I am afraid that returning an empty string might be ambiguous in my case as it could be a valid result of the other part of the if then else
expression.