We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension Version 0.2.7
Description
import module namespace ns = 'http://www.example.com/'; ns:ff()
[XPST0008] "ff#0": undeclared functionxqlint(XPST0008)
Screenshots If applicable, add screenshots to help explain your problem.
VS Code Version What version of VS Code are you using?
Operating System What OS (and version) are you using?
The text was updated successfully, but these errors were encountered:
Related. Handling of Java functions. E.g. [XPST0008] "loadPDF#1": undeclared function
[XPST0008] "loadPDF#1": undeclared function
declare namespace Loader ="java:org.apache.pdfbox.Loader"; declare namespace RandomAccessReadBufferedFile = "java:org.apache.pdfbox.io.RandomAccessReadBufferedFile"; declare function pdfbox:open($pdfpath as xs:string){ Loader:loadPDF( RandomAccessReadBufferedFile:new($pdfpath)) };
Sorry, something went wrong.
No branches or pull requests
Extension Version
0.2.7
Description
[XPST0008] "ff#0": undeclared functionxqlint(XPST0008)
Screenshots
If applicable, add screenshots to help explain your problem.
VS Code Version
What version of VS Code are you using?
Operating System
What OS (and version) are you using?
The text was updated successfully, but these errors were encountered: