Hi!
I'm working on an upgrade to BaseX 11 — which I love already, kudos to the team! Unfortunately, I found that my self-documenting API isn't working anymore. The function inspect:xqdoc() returns only numbers as the content of <xqdoc:description>.
Here's an XQuery snippet that should reproduce the problem:
inspect:xqdoc('https://raw.githubusercontent.com/NEU-DSG/tapas-xq/develop/modules/tapas-api.xql')//*:description
Is this a bug?
Warmly,Ash Clark