Show type of returned data #112
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
AFAIK there is no easy way to implement this functionality. Saxon requires EE edition for this to work, Xalan supports only XPath 1.0 which doesn't have proper typing. I think situation will be similar in case of libxml.
https://stackoverflow.com/questions/21647247/xpath-get-element-type
https://www.saxonica.com/documentation12/#!xpath-api/jaxp-xpath/return-types
I will continue researching.
EDIT: Added sources.
Done.