Questions tagged [libxml-js]

libxml bindings for v8 javascript engine.

libxml bindings for v8 javascript engine.

Download at https://github.com/polotek/libxmljs

47 questions
0
votes
1 answer

Grunt "force stops" in the middle of a task

I have made a custom grunt task, that embeds filtered files within Visual Studio C# project file (*.csproj). The task (vsembed) is part of a custom build system I am developing by using grunt. Gruntfile.js; vsembed.js The problem is a weird one,…
tomsseisums
  • 13,168
  • 19
  • 83
  • 145
-1
votes
1 answer

getting Error: Invalid XSD schema NODEJS using libxmljs

I am getting Error: Invalid XSD schema error while running this error. What is the actual issue, I am unable to find it. var libxml = require("libxmljs"); var fs = require('fs'); var xsd =…
1 2 3
4