Mads Bondo Dydensborg
Mads Bondo Dydensborg
Hi jherico, thanks for the quick reply. OK, I get it (now) - but still, what I meant was the "getting started" steps for building the jar - someone may...
Sorry, I did not notice that you have written a book, and this is related. I reckon I should get a copy of the book to get more information -...
Would be great to have this. Kind of a nuissance as it is now.
The plan is missing two attributes, that I think pev needs to display the stats: "Planning Time": 0.278, "Execution Time": 54.130 I am not entirely sure how to get them....
We have similar issues. Developers obviously need tokens on their laptops, but often also need to run tests, automations, etc, from other machines. This is a major nuisance as it...
The string 123, is not actually valid XML though. But, I have the same problem here for actual valid XML: var doc = parser.parseFromString('xml', 'text/xml'); element parse error: TypeError: parseStack...
More information about my troubles ### This script: load('dom.js'); load('dom-parser.js'); load('sax.js'); var doc = new DOMParser({ errorHandler:function(key,msg){ console.error(key, msg); } }).parseFromString('xml', 'text/xml'); ### Returns this under Rhino: error element parse...
OK, I digged a bit further into it. It turns out, that you need to encapsulate each file when loading them. I was led by the conditional support of node.js...