validateSchema getting better with v2.1.8 - but still not yet working
Hi all ๐ ,
I want to validate some xml files to a given xsd.
npm:xsd-validator
seems to be promising so I want to use it.
`
In v2.1.7 I got the hint to install
which failed with some node-gyp error. This seems to be soled now in v2.1.8.
It goes through without an error now.
Thanks :deno_logo:.
But I still get an error:
`
Any ideas?
3 Replies
Looks like a bug. Can you open an issue at https://github.com/denoland/deno/issues ? That way the folks working on Deno can take a look at it
sure ๐ ,
I did now
GitHub
binding problem with libxmljs ยท Issue #27933 ยท denoland/deno
Version: Deno 2.1.8 (on macOS M1) marvinh on discord suggested to open a ticket for my problem: Hi, I want to validate some xml files to a given xsd. npm:xsd-validator seems to be promising so I wa...