You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scala>"<foo/>".evalXPath[Element](xp".")
res0: kantan.xpath.XPathResult[org.w3c.dom.Element] =Left(TypeError:classcom.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl cannot be cast to classorg.w3c.dom.Element (com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl and org.w3c.dom.Element are in module java.xml of loader 'bootstrap'))
NodeDecoder[Element] should probably have a special case for Document.
The text was updated successfully, but these errors were encountered:
NodeDecoder[Element] should probably have a special case for
Document
.The text was updated successfully, but these errors were encountered: