jkesselm commented on PR #12:
URL: https://github.com/apache/xalan-java/pull/12#issuecomment-1612255795

   Annoyingly, throwing an exception may actually not be an appropriate change. 
Per https://exslt.github.io/dyn/functions/evaluate/index.html
   
   > If the expression string passed as the second argument is an invalid XPath 
expression (including an empty string), this function returns an empty node 
set. 
   
   If we accept that as the specification (now that https://exslt.org is dead), 
the best we can do may be to issue a nonfatal error.
   
   Lemme rewrite this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org

Reply via email to