It works great! Thank you so much, Christian! Warmly, Ash ________________________________ From: Christian Grün <christian.gruen@gmail.com> Sent: Monday, July 1, 2024 2:46 AM To: Clark, Ash <as.clark@northeastern.edu> Cc: BaseX <basex-talk@mailman.uni-konstanz.de> Subject: Re: [basex-talk] Problem with inspect:xqdoc() in BaseX 11 Hi Ash, Thanks for the observation. This was a bug indeed, which is now fixed [1]. Best, Christian [1] https://files.basex.org/releases/latest/ On Tue, Jun 25, 2024 at 5:07 PM Clark, Ash <as.clark@northeastern.edu<mailto:as.clark@northeastern.edu>> wrote: 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